import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseCvInput { 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; referalLink: 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; referalLinkAi: string; lastCompany: string; lastJobTitle: string; lastUpdate: Date; updateBy: Date; createBy: string; createDate: Date; } export declare class CreateCvInput extends BaseCvInput { } export declare class UpdateCvInput extends BaseCvInput { id: string; } export declare class CvPaginationInput extends BasePaginationInput { } export declare class CvConditionInput extends BaseConditionInput { } declare const CvQueryInput_base: any; export declare class CvQueryInput extends CvQueryInput_base { } export {}; //# sourceMappingURL=cv.input.d.ts.map