pl-api
    Preparing search index...

    Variable backupSchemaConst

    backupSchema: ObjectSchema<
        {
            content_type: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
            file_size: SchemaWithFallback<NumberSchema<undefined>, 0>;
            id: SchemaWithPipe<readonly [UnknownSchema, TransformAction<any, string>]>;
            inserted_at: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
            processed: SchemaWithFallback<BooleanSchema<undefined>, false>;
            url: SchemaWithFallback<StringSchema<undefined>, "">;
        },
        undefined,
    > = ...