interface DeliveryItem {
    id: string;
    quantity: number;
}

Properties

Properties

id: string
quantity: number