import { BaseTypedef } from '../base.typedef'; export declare class CvFeedback extends BaseTypedef { createdDate: Date; lastupdate: Date; createdBy: string; updatedBy: string; cvFeedbackId: string; actor: string; cvId: string; description: string; title: string; } export declare class CvFeedbackDetail extends CvFeedback { } declare const CvFeedbackListReponse_base: any; export declare class CvFeedbackListReponse extends CvFeedbackListReponse_base { } export {}; //# sourceMappingURL=cv-feedback.typedef.d.ts.map