Skip to main content
Version: v1

FluidDataStoreRegistryEntry TypeAlias

A single registry entry that may be used to create data stores It has to have either factory or registry, or both.

Signature

export declare type FluidDataStoreRegistryEntry = Readonly<Partial<IProvideFluidDataStoreRegistry & IProvideFluidDataStoreFactory>>;