Type Alias FindCustomersQuery

FindCustomersQuery: PaginationQuery & SearchQuery & {
    isTest?: boolean;
}