Type Alias BlockPersonResponse

BlockPersonResponse: { blocked: boolean; person_view: PersonView }

The response for a person block.

Type declaration