import { BaseTypedef } from '../base.typedef'; export declare class InterviewReviewComment extends BaseTypedef { sqlId: string; isDeleted: number; createdAt: Date; updatedAt: Date; username: string; comment: string; interviewReviewId: number; jobseekerId: string; parentId: number; } export declare class InterviewReviewCommentDetail extends InterviewReviewComment { } declare const InterviewReviewCommentListReponse_base: any; export declare class InterviewReviewCommentListReponse extends InterviewReviewCommentListReponse_base { } export {}; //# sourceMappingURL=interview-review-comment.typedef.d.ts.map