import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseInterviewReviewInput { 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 CreateInterviewReviewInput extends BaseInterviewReviewInput { } export declare class UpdateInterviewReviewInput extends BaseInterviewReviewInput { id: string; } export declare class InterviewReviewPaginationInput extends BasePaginationInput { } export declare class InterviewReviewConditionInput extends BaseConditionInput { } declare const InterviewReviewQueryInput_base: any; export declare class InterviewReviewQueryInput extends InterviewReviewQueryInput_base { } export {}; //# sourceMappingURL=interview-review.input.d.ts.map