cfbbc1a
1
2
3
4
5
6
7
8
/** * @publicApi */ export interface OverrideByFactoryOptions { factory: (...args: any[]) => any; inject?: any[]; }