Skip to main content

FluidDataStoreRegistryEntry TypeAlias

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

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

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