import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseCandidateFeedbackItemContentInput { lang: string; title: string; items: object; candidatefeedbackitemId: number; } export declare class CreateCandidateFeedbackItemContentInput extends BaseCandidateFeedbackItemContentInput { } export declare class UpdateCandidateFeedbackItemContentInput extends BaseCandidateFeedbackItemContentInput { id: string; } export declare class CandidateFeedbackItemContentPaginationInput extends BasePaginationInput { } export declare class CandidateFeedbackItemContentConditionInput extends BaseConditionInput { } declare const CandidateFeedbackItemContentQueryInput_base: any; export declare class CandidateFeedbackItemContentQueryInput extends CandidateFeedbackItemContentQueryInput_base { } export {}; //# sourceMappingURL=candidate-feedback-item-content.input.d.ts.map