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

14 lines
259 B
TypeScript

export type UnreadNotificationType = {
default: boolean
}
export type UnreadNotificationList = {
Direct: UnreadNotificationType,
Local: UnreadNotificationType,
Public: UnreadNotificationType
}
declare let u: UnreadNotificationList
export default u