interface Product {
    id: number;
    label: string;
}

Properties

Properties

id: number
label: string