import { BaseTypedef } from '../base.typedef'; export declare class InterviewReviewQuestionAnswer extends BaseTypedef { sqlId: string; isDeleted: number; createdAt: Date; updatedAt: Date; answer: string; username: string; jobseekerId: string; questionId: number; } export declare class InterviewReviewQuestionAnswerDetail extends InterviewReviewQuestionAnswer { } declare const InterviewReviewQuestionAnswerListReponse_base: any; export declare class InterviewReviewQuestionAnswerListReponse extends InterviewReviewQuestionAnswerListReponse_base { } export {}; //# sourceMappingURL=interview-review-question-answer.typedef.d.ts.map