Type Alias ExportSemanticTypeCompound

COMPOUND config in the export file. Children are represented as enriched references with label and parentId for cross-tenant resolution, instead of raw IDs which are tenant-specific.

type ExportSemanticTypeCompound = {
    children: ExportCompoundChild[];
}
Index