API ReferenceType Aliases
FriendLinkType
Type Alias: FriendLinkType
type FriendLinkType = "mutual" | "added" | "added-by-them" | "blocked" | "self" | "unknown";Defined in: api/friends/types.ts:65
Friend-link state.
Remarks
Captured codes from the bundle's friendLinkType field; "unknown"
for any other value until labelled.