Alokai

CreateCustomerResponse

Create customer response.

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

Properties

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

Referenced Types

On this page