Interface ReceiptContent

Indexable

  • [eventId: string]: {
        [key in ReceiptType | string]: {
            [userId: string]: Receipt;
        }
    }