FIX: types issue during runtime

This commit is contained in:
abhishek-gaonkar
2024-11-10 14:57:04 +05:30
parent 5a05883058
commit cb7b45ab59
3 changed files with 4 additions and 2 deletions

1
common/image-formats.ts Normal file
View File

@@ -0,0 +1 @@
export const imageFormats = ["png", "jpg", "jpeg", "webp"] as const;