Type alias Relationship

Relationship: {
    blocked_by: boolean;
    blocking: boolean;
    delivery_following?: boolean;
    domain_blocking: boolean;
    endorsed: boolean;
    followed_by: boolean;
    following: boolean;
    id: string;
    muting: boolean;
    muting_notifications: boolean;
    notifying: boolean;
    requested: boolean;
    showing_reblogs: boolean;
}

Type declaration

  • blocked_by: boolean
  • blocking: boolean
  • Optional delivery_following?: boolean
  • domain_blocking: boolean
  • endorsed: boolean
  • followed_by: boolean
  • following: boolean
  • id: string
  • muting: boolean
  • muting_notifications: boolean
  • notifying: boolean
  • requested: boolean
  • showing_reblogs: boolean

Generated using TypeDoc