UNPKG

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