import { BaseTypedef } from '../base.typedef'; export declare class InterviewReviewQuestion extends BaseTypedef { sqlId: string; isDeleted: number; createdAt: Date; updatedAt: Date; question: string; interviewReviewId: number; } export declare class InterviewReviewQuestionDetail extends InterviewReviewQuestion { } declare const InterviewReviewQuestionListReponse_base: any; export declare class InterviewReviewQuestionListReponse extends InterviewReviewQuestionListReponse_base { } export {}; //# sourceMappingURL=interview-review-question.typedef.d.ts.map