Type Alias PropertyDecorator

PropertyDecorator: (
    target: Record<string, any>,
    propertyKey: string,
    descriptor?: undefined,
) => void

Type declaration

    • (target: Record<string, any>, propertyKey: string, descriptor?: undefined): void
    • Parameters

      • target: Record<string, any>
      • propertyKey: string
      • Optionaldescriptor: undefined

      Returns void