tsoa-next / @tsoa-next/runtime / isDefaultForAdditionalPropertiesAllowed
Function: isDefaultForAdditionalPropertiesAllowed()
ts
function isDefaultForAdditionalPropertiesAllowed(test): test is undefined;Defined in: packages/runtime/src/routeGeneration/tsoa-route.ts:6
Returns true when a model schema is relying on OpenAPI's default additionalProperties behavior.
Parameters
test
| boolean | PropertySchema | undefined
Returns
test is undefined
