Whalebird-desktop-client-ma.../src/types/unreadNotification.ts

7 lines
114 B
TypeScript

export type UnreadNotification = {
accountID?: string,
direct: boolean,
local: boolean,
public: boolean
}