import { BaseTypedef } from '../base.typedef'; export declare class NotiMessage extends BaseTypedef { created: Date; updated: Date; isRead: number; link: string; organizationId: string; userId: string; msgDetailId: number; } export declare class NotiMessageDetail extends NotiMessage { } declare const NotiMessageListReponse_base: any; export declare class NotiMessageListReponse extends NotiMessageListReponse_base { } export {}; //# sourceMappingURL=noti-message.typedef.d.ts.map