interface ItemPurchased<T0> {
    id: string;
    kiosk: string;
    price: bigint;
}

Type Parameters

  • T0

Properties

Properties

id: string
kiosk: string
price: bigint