typeioc

Home > typeioc > ResolveWithName

ResolveWithName type

Represents a step within fluent cascading API resolution sequence where name method was omitted

Signature:

export declare type ResolveWithName<T> = Omit<ResolveWithAttempt<T>, 'name'>;