import { BaseTypedef } from '../base.typedef'; export declare class InterviewReview extends BaseTypedef { sqlId: string; isDeleted: number; createdAt: Date; updatedAt: Date; username: string; jobTitle: string; overallExperience: string; offerStatus: string; interviewDate: Date; isAnonymous: number; isSentNotification: number; tipToShare: string; rejectReason: string; jobseekerId: string; organizationId: string; prevStatus: string; status: string; } export declare class InterviewReviewDetail extends InterviewReview { } declare const InterviewReviewListReponse_base: any; export declare class InterviewReviewListReponse extends InterviewReviewListReponse_base { } export {}; //# sourceMappingURL=interview-review.typedef.d.ts.map