Frodo Library - v4.0.0-10
    Preparing search index...

    Interface FullExportInterface

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

    Properties

    Properties

    realm: Record<string, FullRealmExportInterface>