typeioc

Home > typeioc > ResolveWithArgs

ResolveWithArgs type

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

Signature:

export declare type ResolveWithArgs<T> = Omit<IResolveWith<T>, 'args'>;