export interface TeamInvite { creatorEmail: string; teamName: string; userEmail: string; createdAt: string; }