Type alias DecoratorInputWithCustomFunctions<S, D>

DecoratorInputWithCustomFunctions<S, D>: string | IMappingOptions<S, D> | undefined

Decorator input for decorators that support custom serialize/deserialize functions.

Type Parameters

  • S = any

  • D = any

Generated using TypeDoc