import { BaseTypedef } from '../base.typedef'; import { CvType } from '../../enums'; export declare class Cv extends BaseTypedef { contentType: string; deleted: number; email: string; experience: string; fullSize: number; fullname: string; gender: number; htmlData: string; industries: string; link: string; inputLink: string; location: string; nameFile: string; notes: string; phone: string; position: string; salary: number; skill: string; source: string; status: string; txtData: string; username: string; birthday: Date; referralLink: string; tags: string; description: string; usernameType: string; jsId: string; jsType: string; createByType: string; firstName: string; lastName: string; private: number; isPicked: number; linkCvRedacted: string; ranking: string; marketValueCurrency: string; expectedSalaryCurrency: string; functionId: number; marketValue: number; uploadedAvatar: string; functions: string; totalPool: number; topCv: number; analysis: string; marketValueAi: number; jobTitle: string; companyTypes: string; expectedSalary: number; locations: string; localtionId: number; acContactId: string; isTopCv: number; isTpSetPrivate: number; platform: number; hopin: Date; hopinConfident: string; referralLinkAi: string; lastCompany: string; lastJobTitle: string; cvName: string; lastUpdate: Date; updateBy: Date; createBy: string; createDate: Date; cvType?: CvType; addedDate?: Date; } export declare class CvDetail extends Cv { } declare const CvListReponse_base: any; export declare class CvListReponse extends CvListReponse_base { } export {}; //# sourceMappingURL=cv.typedef.d.ts.map