import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseInterviewFeedbackInput { candidateId: string; interviewId: string; rating: number; comment: string; } export declare class CreateInterviewFeedbackInput extends BaseInterviewFeedbackInput { } export declare class UpdateInterviewFeedbackInput extends BaseInterviewFeedbackInput { id: string; } export declare class InterviewFeedbackPaginationInput extends BasePaginationInput { } export declare class InterviewFeedbackConditionInput extends BaseConditionInput { } declare const InterviewFeedbackQueryInput_base: any; export declare class InterviewFeedbackQueryInput extends InterviewFeedbackQueryInput_base { } export {}; //# sourceMappingURL=interview-feedback.input.d.ts.map