UNPKG

@cutls/megalodon

Version:

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

15 lines (14 loc) 286 B
/// <reference path="user.d.ts" /> /// <reference path="note.d.ts" /> declare namespace MisskeyEntity { type Notification = { id: string createdAt: string type: NotificationType userId: string user: User note?: Note reaction?: string } type NotificationType = string }