/** * This is auto-generated file, don't modify this file manually */ export interface OrdersAmountItem { /** * Votes amount in user's currency */ amount?: number; /** * Amount description */ description?: string; /** * Votes number */ votes?: string; }