import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseNotificationInput { notificationId: string; actorId: string; notifierId: string; channel: string; channelType: string; attributes: string; isRead: number; isSeen: number; sentAt: Date; createdAt: Date; logo: string; objectId: string; subObjectId: string; actionId: number; channelId: number; customNotificationId: number; deleted: number; lastUpdate: Date; } export declare class CreateNotificationInput extends BaseNotificationInput { } export declare class UpdateNotificationInput extends BaseNotificationInput { id: string; } export declare class NotificationPaginationInput extends BasePaginationInput { } export declare class NotificationConditionInput extends BaseConditionInput { } declare const NotificationQueryInput_base: any; export declare class NotificationQueryInput extends NotificationQueryInput_base { } export {}; //# sourceMappingURL=notification.input.d.ts.map