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