UNPKG

@cutls/megalodon

Version:

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

18 lines (17 loc) 408 B
export type Relationship = { id: string; following: boolean; followed_by: boolean; blocking: boolean; blocked_by: boolean; muting: boolean; muting_notifications: boolean; requested: boolean; requested_by: boolean; domain_blocking: boolean; showing_reblogs: boolean; endorsed: boolean; notifying: boolean; note: string; languages: Array<string>; };