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