LoadableObjectClassRecord TypeAlias
A mapping of string identifiers to classes that will later be used to instantiate a corresponding DataObject or SharedObject in a LoadableObjectRecord.
Signature
export declare type LoadableObjectClassRecord = Record<string, LoadableObjectClass<any>>;