Interface Department

interface Department {
    id: number;
    longName: string;
    name: string;
}

Properties

Properties

id: number
longName: string
name: string

Generated using TypeDoc