Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Oct 23, 2024
1 parent 25ca541 commit 1b0857d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/types/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export interface IEventDoc {
eventPermissions?: Pick<IEventRoles, 'role' | 'permissions' | 'endTime'>
contractAddress: string
collection: string
ticketingContractAddress: string
}

export interface ITicketDoc {
Expand Down
1 change: 1 addition & 0 deletions src/types/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export type CreatorProfile = {
socials?: ISocials
joinedDate?: number
contractAddress: string
ticketingContractAddress?: string
address: string
followCount: number
creatorTag: string
Expand Down

0 comments on commit 1b0857d

Please sign in to comment.