Interface ClassApiTypeInterface<T>

Type Parameters

  • T

Hierarchy

  • ClassApiTypeInterface

Properties

Properties

onDecorator?: ((classType: ClassType<any>, property?: string, parameterIndexOrDescriptor?: any) => void)

Type declaration

    • (classType: ClassType<any>, property?: string, parameterIndexOrDescriptor?: any): void
    • Parameters

      • classType: ClassType<any>
      • Optional property: string
      • Optional parameterIndexOrDescriptor: any

      Returns void

t: T

Generated using TypeDoc