typeioc

Home > typeioc > ResolveWithAttempt

ResolveWithAttempt type

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

Signature:

export declare type ResolveWithAttempt<T> = Omit<ResolveWithArgs<T>, 'attempt'>;