UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

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