import { BaseTypedef } from '../base.typedef'; export declare class CandidateFeedbackItem extends BaseTypedef { level: number; name: string; inputType: string; groupId: number; parentId: number; } export declare class CandidateFeedbackItemDetail extends CandidateFeedbackItem { } declare const CandidateFeedbackItemListReponse_base: any; export declare class CandidateFeedbackItemListReponse extends CandidateFeedbackItemListReponse_base { } export {}; //# sourceMappingURL=candidate-feedback-item.typedef.d.ts.map