Home > @vsf-enterprise/commercetools-types > CustomerQueryInterface
# CustomerQueryInterface type
Fields to access customer accounts. Includes direct access to a single customer and searching for customers.
Signature:
export declare type CustomerQueryInterface = {
customer?: Maybe<Customer>;
customers: CustomerQueryResult;
};
References: Maybe, Customer, CustomerQueryResult