Alokai

BudgetList

Representation of a Budget List BudgetList

export interface BudgetList {
	'budgets'?: Array<Budget>;
	'pagination'?: DeprecatedPagination;
	'sorts'?: Array<Sort>;
}

Properties

NameRequiredTypeDescription
budgetsOptionalArray<Budget>List of Budgets {Array<Budget>} BudgetList
paginationOptionalDeprecatedPagination{DeprecatedPagination} BudgetList
sortsOptionalArray<Sort>List of sorts {Array<Sort>} BudgetList

Referenced Types

On this page