GetCustomersResponse
Customer collection response.
interface GetCustomersResponse {
data: User[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | User[] | Collection of customers. |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |