augmenttoolkit / node_modules /@nestjs /testing /interfaces /override-by-factory-options.interface.d.ts
Leon4gr45's picture
Include updated package-lock.json (part 10)
cfbbc1a verified
Raw
History Blame Contribute Delete
126 Bytes
/**
* @publicApi
*/
export interface OverrideByFactoryOptions {
factory: (...args: any[]) => any;
inject?: any[];
}