Skip to content

Commit

Permalink
swap types
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Aug 25, 2024
1 parent d512012 commit a015703
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/types/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,7 @@ export interface IEventDoc {
tags: string[]
alternativeTitle?: string
}
creatorProfile: {
name: string
contractAddress: string
address: string
profile: string
banner: string
description: string
creatorTag: string
socials?: ISocials
}
creatorProfile: CreatorProfile
}

export interface ITicketDoc {
Expand Down

0 comments on commit a015703

Please sign in to comment.