interface QueryGetOrdersResponse {
    orders: Order[];
}

Properties

Properties

orders: Order[]