export interface IEmail { id?: number; workspaceId: string; personId: number | null; value: string | null; }