import { BaseTypedef } from '../base.typedef'; export declare class CandidateAttach extends BaseTypedef { candidateId: string; contentType: string; fileSize: number; lastUpdate: Date; link: string; name: string; deleted: number; oldCandidateId: string; } export declare class CandidateAttachDetail extends CandidateAttach { } declare const CandidateAttachListReponse_base: any; export declare class CandidateAttachListReponse extends CandidateAttachListReponse_base { } export {}; //# sourceMappingURL=candidate-attach.typedef.d.ts.map