UNPKG

@cutls/megalodon

Version:

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

8 lines (7 loc) 112 B
type Response<T = any> = { data: T status: number statusText: string headers: any } export default Response