Interface ConfigEntityExportInterface

interface ConfigEntityExportInterface {
    global: Record<string, Record<string, AmConfigEntityInterface>>;
    meta?: ExportMetaData;
    realm: Record<
        string,
        Record<string, Record<string, AmConfigEntityInterface>>,
    >;
}

Properties

Properties

global: Record<string, Record<string, AmConfigEntityInterface>>
realm: Record<string, Record<string, Record<string, AmConfigEntityInterface>>>