UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

11 lines (10 loc) 236 B
import { Account } from './account.js' import { Status } from './status.js' export type Notification = { account: Account created_at: string id: string status?: Status type: NotificationType } export type NotificationType = string