ContainerServiceRegistryEntries TypeAlias
Signature
export declare type ContainerServiceRegistryEntries = Iterable<[
string,
(runtime: IContainerRuntime) => Promise<FluidObject>
]>;
export declare type ContainerServiceRegistryEntries = Iterable<[
string,
(runtime: IContainerRuntime) => Promise<FluidObject>
]>;