typeioc

Home > typeioc > WithDecoratorRegisterName

WithDecoratorRegisterName type

Represents a step within fluent cascading API registration sequence where named method was omitted

Signature:

export declare type WithDecoratorRegisterName<T> = Omit<WithDecoratorRegisterLazy<T>, 'named'>;