typeioc

Home > typeioc > WithDecoratorRegister

WithDecoratorRegister type

Represents a step within fluent cascading API registration sequence where registration is finalized

Signature:

export declare type WithDecoratorRegister<T> = Pick<IDecoratorRegistration<T>, 'register'>;