* 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
38 lines
578 B
Markdown
38 lines
578 B
Markdown
# Namespace: internal
|
|
|
|
## Classes
|
|
|
|
- [StorePostAuthReq](../classes/internal-29.StorePostAuthReq.md)
|
|
|
|
## Type Aliases
|
|
|
|
### StoreAuthRes
|
|
|
|
Ƭ **StoreAuthRes**: `Object`
|
|
|
|
#### Type declaration
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `customer` | [`Customer`](../classes/internal.Customer.md) |
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/store/auth/index.d.ts:4
|
|
|
|
___
|
|
|
|
### StoreGetAuthEmailRes
|
|
|
|
Ƭ **StoreGetAuthEmailRes**: `Object`
|
|
|
|
#### Type declaration
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `exists` | `boolean` |
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/store/auth/index.d.ts:7
|