interface AccumulatedReceipt {
    data: IMinimalEvent;
    eventId: string;
    type: ReceiptType;
}

Properties

Properties

eventId: string