export interface AdAccountAmountSpentHistoryFields { amount_spent: number; spend_cap: number; time_start: string; time_stop: string; }