export interface EmailSentStatus { status: string; created_at: number; last_reaction_at: number; }