UNPKG

@cutls/megalodon

Version:

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

7 lines (6 loc) 101 B
export type Token = { access_token: string token_type: string scope: string created_at: number }