Skip to content

Commit

Permalink
update ticket stage doc
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Aug 21, 2024
1 parent 0abfd05 commit a4d3a79
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/types/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ export interface ITicketDoc {
}

export interface ITicketStageDoc {
ticketId: string
dataType: 'event-ticket-stage'
eventId: string
ticketTypeId: string
name: string
startTime: number
endTime: number
Expand All @@ -68,5 +70,10 @@ export interface ITicketStageDoc {
tokenIdentifier: string
tokenNonce: number
amount: string
amountShort: number
decimals: number
usdValue: number
}[]
ticketsSold: number
id: string
}

0 comments on commit a4d3a79

Please sign in to comment.