import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseInterviewReviewCommentInput { username: string; comment: string; interviewReviewId: number; jobseekerId: string; parentId: number; } export declare class CreateInterviewReviewCommentInput extends BaseInterviewReviewCommentInput { } export declare class UpdateInterviewReviewCommentInput extends BaseInterviewReviewCommentInput { id: string; } export declare class InterviewReviewCommentPaginationInput extends BasePaginationInput { } export declare class InterviewReviewCommentConditionInput extends BaseConditionInput { } declare const InterviewReviewCommentQueryInput_base: any; export declare class InterviewReviewCommentQueryInput extends InterviewReviewCommentQueryInput_base { } export {}; //# sourceMappingURL=interview-review-comment.input.d.ts.map