UNPKG

@cutls/megalodon

Version:

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

9 lines (8 loc) 127 B
declare namespace MisskeyEntity { type List = { id: string createdAt: string name: string userIds: Array<string> } }