UNPKG

@cutls/megalodon

Version:

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

12 lines (11 loc) 245 B
export type Relation = { id: string isFollowing: boolean hasPendingFollowRequestFromYou: boolean hasPendingFollowRequestToYou: boolean isFollowed: boolean isBlocking: boolean isBlocked: boolean isMuted: boolean isRenoteMuted: boolean }