Param
Param<
T>(input,config?):OASDecoratedParam<T>
Decorates a schema object with the provided OAS config.
Type Parameters
| Type Parameter |
|---|
T extends object |
Parameters
| Parameter | Type |
|---|---|
input | T |
config? | Partial<{ [key in string | number | symbol | string & Object]: ParamConfig }> |
