Type alias OptionalOrderParams

OptionalOrderParams: { [ Property in keyof OrderParams]?: OrderParams[Property] } & NecessaryOrderParams

Generated using TypeDoc