UNPKG

@cutls/megalodon

Version:

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

13 lines (12 loc) 323 B
declare namespace MisskeyEntity { type Relation = { id: string; isFollowing: boolean; hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; isFollowed: boolean; isBlocking: boolean; isBlocked: boolean; isMuted: boolean; }; }