import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseNotificationLogInput { title: string; body: string; notificationType: string; actionId: string; objectId: string; subObjectId: string; isSuccess: number; messageId: string; lang: string; sentAt: Date; description: string; jobseekerId: string; } export declare class CreateNotificationLogInput extends BaseNotificationLogInput { } export declare class UpdateNotificationLogInput extends BaseNotificationLogInput { id: string; } export declare class NotificationLogPaginationInput extends BasePaginationInput { } export declare class NotificationLogConditionInput extends BaseConditionInput { } declare const NotificationLogQueryInput_base: any; export declare class NotificationLogQueryInput extends NotificationLogQueryInput_base { } export {}; //# sourceMappingURL=notification-log.input.d.ts.map