Page Contents

Home > @loopback/metadata > DecoratorType

DecoratorType type

Decorator function types

Signature:

export type DecoratorType = ClassDecorator | PropertyDecorator | MethodDecorator | ParameterDecorator;