Home > typeioc > WithDecoratorRegisterLazy
Represents a step within fluent cascading API registration sequence where lazy and dispose methods were omitted
Signature:
export declare type WithDecoratorRegisterLazy<T> = Omit<WithDecoratorRegisterInitializeBy<T>, 'lazy' | 'dispose'>;