import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseJobInterviewHistoryInput { created: Date; updated: Date; action: string; jobinterviewId: number; user: string; organizationName: string; candidateId: string; } export declare class CreateJobInterviewHistoryInput extends BaseJobInterviewHistoryInput { } export declare class UpdateJobInterviewHistoryInput extends BaseJobInterviewHistoryInput { id: string; } export declare class JobInterviewHistoryPaginationInput extends BasePaginationInput { } export declare class JobInterviewHistoryConditionInput extends BaseConditionInput { } declare const JobInterviewHistoryQueryInput_base: any; export declare class JobInterviewHistoryQueryInput extends JobInterviewHistoryQueryInput_base { } export {}; //# sourceMappingURL=jobinterview-history.input.d.ts.map