import { BaseTypedef } from '../base.typedef'; export declare class Notification extends BaseTypedef { 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 NotificationDetail extends Notification { } declare const NotificationListReponse_base: any; export declare class NotificationListReponse extends NotificationListReponse_base { } export {}; //# sourceMappingURL=notification.typedef.d.ts.map