interface PurchaseLineItem {
    productId: string;
    quantity: number;
}

Properties

Properties

productId: string
quantity: number