Variable relationshipSeveranceEventSchemaConst
relationshipSeveranceEventSchema: ObjectSchema<
{
created_at: SchemaWithPipe<
readonly [StringSchema<undefined>, RegexAction<string, undefined>],
>;
id: StringSchema<undefined>;
purged: StringSchema<undefined>;
relationships_count: SchemaWithFallback<
OptionalSchema<NumberSchema<undefined>, undefined>,
undefined,
>;
type: PicklistSchema<
["domain_block", "user_domain_block", "account_suspension"],
undefined,
>;
},
undefined,
> = ...
See
https://docs.joinmastodon.org/entities/RelationshipSeveranceEvent/