export interface IOrganizationResponsibleUsersModel { id: number; first_name: string | null; last_name: string | null; position: string | null; phone: string | null; mail: string | null; company: string | null; organization_id: number; }