export interface Invite { id: string; from: string; to: string; }