Skip to content

Commit

Permalink
add startsFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Oct 24, 2024
1 parent 2fb3da2 commit e2311f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export interface IEventDoc {
count: number
guests: Owner[]
}
startsFrom: {
price: 0
currency: string
}
eventPermissions?: Pick<IEventRoles, 'role' | 'permissions' | 'endTime'>
contractAddress: string
collection: string
Expand Down

0 comments on commit e2311f1

Please sign in to comment.