Interface ClassInfo<M>

Type Parameters

  • M extends MetadataOptions = MetadataOptions

Hierarchy

  • ClassInfo

Properties

Properties

metadata?: M
renderer?: string | Renderer<any> | ((rm, obj) => void)

Type declaration

    • (rm, obj): void
    • Parameters

      • rm: default
      • obj: any

      Returns void

Generated using TypeDoc