Interface Purchase

interface Purchase {
    info: Buyer;
    items: Item[];
    number: string;
}

Properties

Properties

info: Buyer
items: Item[]
number: string