matrix-js-sdk
    Preparing search index...

    Interface CachedReceipt

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

    Properties

    Properties

    data: Receipt
    userId: string