UNPKG

@tsed/common

Version:
18 lines (17 loc) 494 B
import { JSONSchema6 } from "json-schema"; /** * Accept unknown properties on the deserialized model. * * ::: warning * For v6 user, use @@AdditionalProperties@@ from @tsed/schema instead of @tsed/common. * ::: * * @param value * @decorator * @validation * @swagger * @schema * @ignore * @deprecated Since v6. Use @AdditionalProperties decorator from @tsed/schema instead of. */ export declare function AdditionalProperties(value: boolean | JSONSchema6): (...args: any[]) => any;