docs: TSDoc + reference of fulfillment service (#5761)
This commit is contained in:
@@ -10,7 +10,7 @@ The price list's status.
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
#### ACTIVE
|
||||
### ACTIVE
|
||||
|
||||
**ACTIVE** = `"active"`
|
||||
|
||||
@@ -18,7 +18,7 @@ The price list is enabled and its prices can be used.
|
||||
|
||||
___
|
||||
|
||||
#### DRAFT
|
||||
### DRAFT
|
||||
|
||||
**DRAFT** = `"draft"`
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ The price list's type.
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
#### OVERRIDE
|
||||
### OVERRIDE
|
||||
|
||||
**OVERRIDE** = `"override"`
|
||||
|
||||
@@ -18,7 +18,7 @@ The price list's prices override original prices. This affects the calculated pr
|
||||
|
||||
___
|
||||
|
||||
#### SALE
|
||||
### SALE
|
||||
|
||||
**SALE** = `"sale"`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
# FilterablePriceListProps
|
||||
|
||||
#### Inteface
|
||||
|
||||
Filters to apply on price lists.
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -10,7 +10,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
Exclude from T those types that are assignable to U
|
||||
|
||||
#### Type Parameters
|
||||
## Type Parameters
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
**JoinerRelationship**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
## Type declaration
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
Construct a type with the properties of T except for those in type K.
|
||||
|
||||
#### Type Parameters
|
||||
## Type Parameters
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
From T, pick a set of properties whose keys are in the union K
|
||||
|
||||
#### Type Parameters
|
||||
## Type Parameters
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
Construct a type with a set of properties K of type T
|
||||
|
||||
#### Type Parameters
|
||||
## Type Parameters
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user