interface IInvitation { email: string; updated_at: string; accepted_at?: string; } export default IInvitation;