import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseInterviewerInput { interviewerId: string; avatar: string; createBy: string; createDate: Date; email: string; fullName: string; lastUpdate: Date; updateBy: string; username: string; } export declare class CreateInterviewerInput extends BaseInterviewerInput { } export declare class UpdateInterviewerInput extends BaseInterviewerInput { id: string; } export declare class InterviewerPaginationInput extends BasePaginationInput { } export declare class InterviewerConditionInput extends BaseConditionInput { } declare const InterviewerQueryInput_base: any; export declare class InterviewerQueryInput extends InterviewerQueryInput_base { } export {}; //# sourceMappingURL=interviewer.input.d.ts.map