Files
medusa-store/docs/content/references/js-client/classes/internal-4.AdminGetCustomersParams.md
Shahed Nasser a8293af8e1 fix: overlapping branch names for generated PRs of references (#2097)
* fix overlapping branch names of generated references

* regenerate references
2022-08-25 17:47:58 +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:42
___
### 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:40
___
### offset
**offset**: `number`
#### Defined in
medusa/dist/api/routes/admin/customers/list-customers.d.ts:41
___
### 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