Interface EntityCompanySystemSummaryListResponseDTO

interface EntityCompanySystemSummaryListResponseDTO {
    id: string;
    key: string;
    name: string;
}

Hierarchy (view full)

Properties

Properties

id: string
key: string
name: string