UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

13 lines (12 loc) 245 B
declare namespace MisskeyEntity { type Choice = { text: string; votes: number; isVoted: boolean; }; type Poll = { multiple: boolean; expiresAt: string; choices: Array<Choice>; }; }