Files
medusa-store/docs/content/references/js-client/classes/internal.AdminGetCustomersParams.md
Shahed Nasser 3b28f46705 docs: added reference for JS Client (#1629)
* added reference for JS Client

* added reference for JS Client

* added reference for JS Client
2022-07-08 18:21:46 +03:00

72 lines
1.1 KiB
Markdown

---
displayed_sidebar: jsClientSidebar
---
# Class: AdminGetCustomersParams
[internal](../modules/internal.md).AdminGetCustomersParams
## Hierarchy
- [`AdminListCustomerSelector`](internal.AdminListCustomerSelector.md)
**`AdminGetCustomersParams`**
## Properties
### expand
`Optional` **expand**: `string`
#### Defined in
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:25
___
### groups
`Optional` **groups**: `string`[]
#### Inherited from
[AdminListCustomerSelector](internal.AdminListCustomerSelector.md).[groups](internal.AdminListCustomerSelector.md#groups)
#### Defined in
packages/medusa/dist/types/customers.d.ts:3
___
### limit
**limit**: `number`
#### Defined in
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:23
___
### offset
**offset**: `number`
#### Defined in
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:24
___
### q
`Optional` **q**: `string`
#### Inherited from
[AdminListCustomerSelector](internal.AdminListCustomerSelector.md).[q](internal.AdminListCustomerSelector.md#q)
#### Defined in
packages/medusa/dist/types/customers.d.ts:2