import { IEntity } from "./entity"; /** The class represents data that is associated with a notification. */ export interface INotificationData extends IEntity { } //# sourceMappingURL=notification_data.d.ts.map