Type Alias BuildingBlockType

BuildingBlockType:
    | "BusinessDomain"
    | "BusinessProcess"
    | "BusinessUnit"
    | "Product"
    | "Project"
    | "BusinessFunction"
    | "BusinessObject"
    | "InformationSystemDomain"
    | "InformationSystem"
    | "InformationFlow"
    | "ItService"
    | "ArchitecturalDomain"
    | "TechnicalComponent"
    | "InfrastructureElement"

Possible building block types.