chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
378ca1b36e
commit
daea35fe73
@@ -0,0 +1,85 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: AdminGetCustomersParams
|
||||
|
||||
[internal](../modules/internal-7.md).AdminGetCustomersParams
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`AdminListCustomerSelector`](internal-7.AdminListCustomerSelector.md)
|
||||
|
||||
↳ **`AdminGetCustomersParams`**
|
||||
|
||||
## Properties
|
||||
|
||||
### expand
|
||||
|
||||
• `Optional` **expand**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:72
|
||||
|
||||
___
|
||||
|
||||
### groups
|
||||
|
||||
• `Optional` **groups**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminListCustomerSelector](internal-7.AdminListCustomerSelector.md).[groups](internal-7.AdminListCustomerSelector.md#groups)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customers.d.ts:5
|
||||
|
||||
___
|
||||
|
||||
### has\_account
|
||||
|
||||
• `Optional` **has\_account**: `boolean`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminListCustomerSelector](internal-7.AdminListCustomerSelector.md).[has_account](internal-7.AdminListCustomerSelector.md#has_account)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customers.d.ts:4
|
||||
|
||||
___
|
||||
|
||||
### limit
|
||||
|
||||
• **limit**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:70
|
||||
|
||||
___
|
||||
|
||||
### offset
|
||||
|
||||
• **offset**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:71
|
||||
|
||||
___
|
||||
|
||||
### q
|
||||
|
||||
• `Optional` **q**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminListCustomerSelector](internal-7.AdminListCustomerSelector.md).[q](internal-7.AdminListCustomerSelector.md#q)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customers.d.ts:3
|
||||
Reference in New Issue
Block a user