typeioc

Home > typeioc > WithDecoratorResolverAttempt

WithDecoratorResolverAttempt type

Represents service resolution fluent API step where attempt method was omitted

Signature:

export declare type WithDecoratorResolverAttempt = Omit<WithDecoratorResolverArgs, 'attempt'>;