TypesDecoratorFunctionOn this pageDecoratorFunctiontype DecoratorFunction: (target: any, propertyKey: string) => void; Parameters • target: any • propertyKey: string Returns void Defined in libs/core/src/lib/decorators/property.decorator.ts:14