UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

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