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,
> = ...
See
https://docs.pleroma.social/backend/development/API/pleroma_api/#post-apiv1pleromabackups