UNPKG

@cutls/megalodon

Version:

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

8 lines (7 loc) 133 B
export type App = { id: string; name: string; callbackUrl: string; permission: Array<string>; secret: string; };