import { BaseTypedef } from '../base.typedef'; export declare class CandidateLink extends BaseTypedef { linkId: string; candidateId: string; createDate: Date; lastUpdate: Date; name: string; } export declare class CandidateLinkDetail extends CandidateLink { } declare const CandidateLinkListReponse_base: any; export declare class CandidateLinkListReponse extends CandidateLinkListReponse_base { } export {}; //# sourceMappingURL=candidate-link.typedef.d.ts.map