From 7ea836ebb2d5c35905c26eaac73adb26b3762ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Thu, 20 Jun 2024 00:47:22 -0300 Subject: [PATCH] Update core.ts --- packages/client/src/core.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/core.ts b/packages/client/src/core.ts index 10025b8b4..667f88974 100644 --- a/packages/client/src/core.ts +++ b/packages/client/src/core.ts @@ -657,7 +657,7 @@ export type TextMatch = { contains: string } | { startsWith: string } | { endsWi */ export type ThumbKey = { shard_hex: string; cas_id: CasId; base_directory_str: string } -export type UpdateThumbnailerPreferences = { background_processing_percentage: number } +export type UpdateThumbnailerPreferences = Record export type VideoProps = { pixel_format: string | null; color_range: string | null; bits_per_channel: number | null; color_space: string | null; color_primaries: string | null; color_transfer: string | null; field_order: string | null; chroma_location: string | null; width: number; height: number; aspect_ratio_num: number | null; aspect_ratio_den: number | null; properties: string[] }