Interface WrappedReceipt

interface WrappedReceipt {
    data: Receipt;
    eventId: string;
}

Properties

Properties

data: Receipt
eventId: string