UNPKG

@triviality/core

Version:
7 lines (6 loc) 655 B
import type { TaggedServiceFactoryReference } from './TaggedServiceFactoryReference'; import type { MergedServiceFunctionReference } from './MergedServiceFunctionReference'; import type { InternalServiceFactoryReference } from './InternalServiceFactoryReference'; import { MergedTaggedServiceFunctionReference } from './MergedTaggedServiceFunctionReference'; import { AsyncServiceFunctionReference } from './AsyncServiceFunctionReference'; export declare type ServiceFactoryReference = TaggedServiceFactoryReference | MergedServiceFunctionReference | InternalServiceFactoryReference | MergedTaggedServiceFunctionReference | AsyncServiceFunctionReference;