Interface RawDepartmentData

interface RawDepartmentData {
    title: string;
    value: string;
}

Properties

Properties

title: string
value: string