UNPKG

@cutls/megalodon

Version:

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

9 lines (8 loc) 144 B
export type App = { id: string name: string callbackUrl: string | null permission: Array<string> secret?: string isAuthorized?: boolean }