typeioc

Home > typeioc > WithDecoratorRegisterInitializeBy

WithDecoratorRegisterInitializeBy type

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

Signature:

export declare type WithDecoratorRegisterInitializeBy<T> = Omit<IDecoratorRegistration<T>, 'initializeBy'>;