ClassSerializerContextOptions


interface ClassSerializerContextOptions extends ClassTransformOptions {
  type?: Type<any>
}

Properties

Property Description
type?: Type<any>