class CompanyInfo { _id: string; name: string; detail: string; image: string; jobPosition: string[]; root: string; }