Files
medusa-store/docs/content/references/js-client/classes/internal-4.AdminGetCustomersParams.md
Shahed Nasser 02d5c1da88 docs: update Typedoc and regenerate references (#1994)
* generated new services reference

* changed from automatic push to automated pull request

* updated typedoc, regenerated JS Client reference

* regenerated the reference after updating typedoc

* added action for js client
2022-08-04 17:29:52 +03:00

68 lines
1.1 KiB
Markdown

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