typeioc

Home > typeioc > WithDecoratorResolverArgs

WithDecoratorResolverArgs type

Represents service resolution fluent API step where args method was omitted

Signature:

export declare type WithDecoratorResolverArgs = Omit<IDecoratorResolution, 'args'>;