import { BaseTypedef } from '../base.typedef'; export declare class CvAttach extends BaseTypedef { contentType: string; cvId: string; fileSize: string; link: string; name: string; lastUpdate: Date; updateBy: string; } export declare class CvAttachDetail extends CvAttach { } declare const CvAttachListReponse_base: any; export declare class CvAttachListReponse extends CvAttachListReponse_base { } export {}; //# sourceMappingURL=cv-attach.typedef.d.ts.map