typeioc

Home > typeioc > RegisterWithInitializeBy

RegisterWithInitializeBy type

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

Signature:

export declare type RegisterWithInitializeBy<T> = Omit<IRegisterWithAs<T>, 'initializeBy'>;