UNPKG

@cutls/megalodon

Version:

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

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