Interface ConfigEntityExportInterface

interface ConfigEntityExportInterface {
    idm: Record<string, IdObjectSkeletonInterface>;
    meta?: ExportMetaData;
}

Properties

Properties

idm: Record<string, IdObjectSkeletonInterface>