Whalebird-desktop-client-ma.../src/constants/unreadNotification/index.d.ts

14 lines
259 B
TypeScript
Raw Normal View History

export type UnreadNotificationType = {
default: boolean
}
export type UnreadNotificationList = {
Direct: UnreadNotificationType,
Local: UnreadNotificationType,
Public: UnreadNotificationType
}
2020-11-30 15:51:51 +01:00
declare let u: UnreadNotificationList
export default u