diff --git a/src/types/event.ts b/src/types/event.ts index 538cfc1..eed10e7 100644 --- a/src/types/event.ts +++ b/src/types/event.ts @@ -55,7 +55,6 @@ export interface IEventDoc { eventPermissions?: Pick contractAddress: string collection: string - ticketingContractAddress: string } export interface ITicketDoc { diff --git a/src/types/user.ts b/src/types/user.ts index acada15..b3c44d8 100644 --- a/src/types/user.ts +++ b/src/types/user.ts @@ -206,6 +206,7 @@ export type CreatorProfile = { socials?: ISocials joinedDate?: number contractAddress: string + ticketingContractAddress?: string address: string followCount: number creatorTag: string