FluidDataStoreRegistryEntry
Packages > @fluidframework/runtime-definitions > FluidDataStoreRegistryEntry
A single registry entry that may be used to create data stores It has to have either factory or registry, or both.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/runtime-definitions/legacy
.
For more information about our API support guarantees, see here .
Signature
export type FluidDataStoreRegistryEntry = Readonly<Partial<IProvideFluidDataStoreRegistry & IProvideFluidDataStoreFactory>>;