Interface OrdersGetAmountParams

interface OrdersGetAmountParams {
    user_id: number;
    votes?: string | string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

user_id: number
votes?: string | string[]

Generated using TypeDoc