import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseInterviewReviewQuestionAnswerInput { answer: string; username: string; jobseekerId: string; questionId: number; } export declare class CreateInterviewReviewQuestionAnswerInput extends BaseInterviewReviewQuestionAnswerInput { } export declare class UpdateInterviewReviewQuestionAnswerInput extends BaseInterviewReviewQuestionAnswerInput { id: string; } export declare class InterviewReviewQuestionAnswerPaginationInput extends BasePaginationInput { } export declare class InterviewReviewQuestionAnswerConditionInput extends BaseConditionInput { } declare const InterviewReviewQuestionAnswerQueryInput_base: any; export declare class InterviewReviewQuestionAnswerQueryInput extends InterviewReviewQuestionAnswerQueryInput_base { } export {}; //# sourceMappingURL=interview-review-question-answer.input.d.ts.map