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

Properties

Properties

id: string

Unique identifier of the DeliveryItem.

quantity: number

Generated using TypeDoc