import { BaseTypedef } from '../base.typedef'; export declare class NotificationLog extends BaseTypedef { 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 NotificationLogDetail extends NotificationLog { } declare const NotificationLogListReponse_base: any; export declare class NotificationLogListReponse extends NotificationLogListReponse_base { } export {}; //# sourceMappingURL=notification-log.typedef.d.ts.map