UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

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