Type alias RefTypeParamShape
RefTypeParamShape: { array: boolean; arrayRequired: boolean; authorization: Authorization<any, any, any>[]; link: string; type: "ref"; valueRequired: boolean; } Type declaration
array: boolean
arrayRequired: boolean
authorization: Authorization<any, any, any>[]
link: string
type: "ref"
valueRequired: boolean