UNPKG

@cutls/megalodon

Version:

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

11 lines (10 loc) 254 B
export type Relation = { id: string; isFollowing: boolean; hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; isFollowed: boolean; isBlocking: boolean; isBlocked: boolean; isMuted: boolean; };