typeioc

Home > typeioc > WithDecoratorResolverName

WithDecoratorResolverName type

Represents service resolution fluent API step where name method was omitted

Signature:

export declare type WithDecoratorResolverName = Omit<WithDecoratorResolverAttempt, 'name'>;