pl-api
    Preparing search index...

    Variable privacyPolicySchemaConst

    privacyPolicySchema: ObjectSchema<
        {
            content: StringSchema<undefined>;
            updated_at: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
        },
        undefined,
    > = ...