interface QueryGetOrdersResponseSDKType {
    orders: OrderSDKType[];
}

Properties

Properties

orders: OrderSDKType[]