CompanyDetails interface
회사 세부 정보입니다.
속성
business | 회사 전화 번호 |
company |
회사 이름 |
country | 국가 이름 |
domain | 도메인 이름 |
number |
직원 수 |
office |
Office 주소 |
속성 세부 정보
business
회사 전화 번호
business?: string
속성 값
string
companyName
회사 이름
companyName?: string
속성 값
string
country
국가 이름
country?: string
속성 값
string
domain
도메인 이름
domain?: string
속성 값
string
numberOfEmployees
직원 수
numberOfEmployees?: number
속성 값
number
officeAddress
Office 주소
officeAddress?: string
속성 값
string