Type alias ReceiptCache

ReceiptCache: {
    [eventId: string]: CachedReceipt[];
}

Type declaration

Generated using TypeDoc