Interface MarketGetByIdParams

interface MarketGetByIdParams {
    extended?: number | boolean;
    item_ids?: string | string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

extended?: number | boolean

'1' - to return additional fields: 'likes, can_comment, car_repost, photos'. By default: '0'.

item_ids?: string | string[]

Generated using TypeDoc