import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseJobInterviewCategoryInput { created: Date; updated: Date; name: string; } export declare class CreateJobInterviewCategoryInput extends BaseJobInterviewCategoryInput { } export declare class UpdateJobInterviewCategoryInput extends BaseJobInterviewCategoryInput { id: string; } export declare class JobInterviewCategoryPaginationInput extends BasePaginationInput { } export declare class JobInterviewCategoryConditionInput extends BaseConditionInput { } declare const JobInterviewCategoryQueryInput_base: any; export declare class JobInterviewCategoryQueryInput extends JobInterviewCategoryQueryInput_base { } export {}; //# sourceMappingURL=job-interview-category.input.d.ts.map