interface Firm {
    id: string | number;
    label: string;
}

Properties

Properties

id: string | number
label: string