Interface MarketGetOrdersExtendedResponse

interface MarketGetOrdersExtendedResponse {
    count: number;
    groups: GroupsGroupFull[];
    items: MarketOrder[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

groups: GroupsGroupFull[]
items: MarketOrder[]

Generated using TypeDoc