docs: updated js client reference (#2414)
* docs: updated js client reference * docs: fixed link
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
# Class: AdminGetCurrenciesParams
|
||||
|
||||
[internal](../modules/internal-4.md).AdminGetCurrenciesParams
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`FindPaginationParams`](internal-4.FindPaginationParams.md)
|
||||
|
||||
↳ **`AdminGetCurrenciesParams`**
|
||||
|
||||
## Properties
|
||||
|
||||
### code
|
||||
|
||||
• `Optional` **code**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/currencies/list-currencies.d.ts:42
|
||||
|
||||
___
|
||||
|
||||
### includes\_tax
|
||||
|
||||
• `Optional` **includes\_tax**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/currencies/list-currencies.d.ts:43
|
||||
|
||||
___
|
||||
|
||||
### limit
|
||||
|
||||
• `Optional` **limit**: `number`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[FindPaginationParams](internal-4.FindPaginationParams.md).[limit](internal-4.FindPaginationParams.md#limit)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/common.d.ts:122
|
||||
|
||||
___
|
||||
|
||||
### offset
|
||||
|
||||
• `Optional` **offset**: `number`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[FindPaginationParams](internal-4.FindPaginationParams.md).[offset](internal-4.FindPaginationParams.md#offset)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/common.d.ts:121
|
||||
|
||||
___
|
||||
|
||||
### order
|
||||
|
||||
• `Optional` **order**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/currencies/list-currencies.d.ts:44
|
||||
Reference in New Issue
Block a user