docs: added reference for JS Client (#1629)

* added reference for JS Client

* added reference for JS Client

* added reference for JS Client
This commit is contained in:
Shahed Nasser
2022-07-08 18:21:46 +03:00
committed by GitHub
parent 371682b4f7
commit 3b28f46705
357 changed files with 32911 additions and 3 deletions

View File

@@ -0,0 +1,71 @@
---
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