Alokai

CustomFieldsResponse

interface CustomFieldsResponse {
	data: CustomFields[];
	meta: MetaCollection;
}

Properties

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

Referenced Types

On this page