Type Alias OrderFulfillmentItem

OrderFulfillmentItem: {
    _id: string;
    name: string;
    product: PaymentProduct;
    price: PriceResponse;
    qty: number;
}

Type declaration