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

View File

@@ -0,0 +1,43 @@
# Class: NumericalComparisonOperator
[internal](../modules/internal-27.md).NumericalComparisonOperator
## Properties
### gt
`Optional` **gt**: `number`
#### Defined in
medusa/dist/types/common.d.ts:86
___
### gte
`Optional` **gte**: `number`
#### Defined in
medusa/dist/types/common.d.ts:87
___
### lt
`Optional` **lt**: `number`
#### Defined in
medusa/dist/types/common.d.ts:85
___
### lte
`Optional` **lte**: `number`
#### Defined in
medusa/dist/types/common.d.ts:88