Update core.ts

This commit is contained in:
Vítor Vasconcellos 2024-06-20 00:47:22 -03:00
parent 3f05cec895
commit 7ea836ebb2
No known key found for this signature in database
GPG key ID: 6EF4F6B456957E38

View file

@ -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<string, never>
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[] }