pl-api
    Preparing search index...

    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,
    > = ...