export type TeamInvite = { email: string token: string inviterName: string sentAt: Date _id: string }