Spaces:
Sleeping
Sleeping
augmenttoolkit / node_modules /@nestjs /testing /interfaces /override-by-factory-options.interface.d.ts
| /** | |
| * @publicApi | |
| */ | |
| export interface OverrideByFactoryOptions { | |
| factory: (...args: any[]) => any; | |
| inject?: any[]; | |
| } | |