import { TurmsNotification } from './proto/notification/turms_notification'; /** ParsedNotification represents the notification that all raw data * has been parsed to specific data (e.g. number -> Date) */ export type ParsedNotification = TurmsNotification;