docs: updated js client reference (#2414)

* docs: updated js client reference

* docs: fixed link
This commit is contained in:
Shahed Nasser
2022-10-11 16:32:41 +03:00
committed by GitHub
parent b3ebc78b95
commit 8ca9354c50
384 changed files with 5705 additions and 4184 deletions
@@ -0,0 +1,53 @@
# Class: StorePostCustomersReq
[internal](../modules/internal-34.md).StorePostCustomersReq
## Properties
### email
**email**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/create-customer.d.ts:103
___
### first\_name
**first\_name**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/create-customer.d.ts:101
___
### last\_name
**last\_name**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/create-customer.d.ts:102
___
### password
**password**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/create-customer.d.ts:104
___
### phone
`Optional` **phone**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/create-customer.d.ts:105