UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

15 lines (14 loc) 346 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; }