@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
17 lines (16 loc) • 320 B
TypeScript
export type Relationship = {
id: string
following: boolean
followed_by: boolean
blocking: boolean
blocked_by: boolean
muting: boolean
muting_notifications: boolean
requested: boolean
domain_blocking: boolean
showing_reblogs: boolean
endorsed: boolean
subscribing: boolean
notifying: boolean
note: string
}