UNPKG

@golemio/energetics

Version:
9 lines (8 loc) 222 B
export interface IOrganizationResponsibleUserDto { first_name: string | null; last_name: string | null; position: string | null; phone: string | null; mail: string | null; company: string | null; }