interface CommonField {
    id: number;
    label: string;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

id: number
label: string
value: string