Skip to main content
Version: v1

NamedFluidDataStoreRegistryEntry TypeAlias

An associated pair of an identifier and registry entry. Registry entries may be dynamically loaded.

Signature

export declare type NamedFluidDataStoreRegistryEntry = [string, Promise<FluidDataStoreRegistryEntry>];