import { TReactiveFactory } from '../../../Abstract'; export type TWithFactoryService, O extends Record | undefined = undefined> = Readonly<{ getFactory: () => F; }>;