Page Contents
Home > @loopback/metadata > DecoratorType
DecoratorType type
Decorator function types
Signature:
export type DecoratorType = ClassDecorator | PropertyDecorator | MethodDecorator | ParameterDecorator;
Home > @loopback/metadata > DecoratorType
Decorator function types
Signature:
export type DecoratorType = ClassDecorator | PropertyDecorator | MethodDecorator | ParameterDecorator;