Alokai

GetCustomersResponse

Customer collection response.

interface GetCustomersResponse {
	data: User[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredUser[]Collection of customers.
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page