Interface Choice

interface Choice {
    id: string;
    label: string;
}

Properties

Properties

id: string
label: string