Interface FullExportInterface

interface FullExportInterface {
    global: FullGlobalExportInterface;
    meta?: ExportMetaData;
    realm: Record<string, FullRealmExportInterface>;
}

Properties

Properties

realm: Record<string, FullRealmExportInterface>