/** * View mode of the notifications panel. * * @public */ export type INotificationsPanelView = "all" | "unread"; //# sourceMappingURL=types.d.ts.map