UNPKG

@golemio/energetics

Version:
11 lines (10 loc) 270 B
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; }