Interface CachedReceipt

interface CachedReceipt {
    data: Receipt;
    type: ReceiptType;
    userId: string;
}

Properties

Properties

data: Receipt
userId: string