tsoa-next / tsoa-next / DeprecatedOptionForAdditionalPropertiesHandling
Type Alias: DeprecatedOptionForAdditionalPropertiesHandling
ts
type DeprecatedOptionForAdditionalPropertiesHandling = true | false;Defined in: packages/runtime/src/config.ts:76
Legacy boolean form of noImplicitAdditionalProperties.
Deprecated
Use the explicit string options instead.
