Remove unused prop

This commit is contained in:
Manav Rathi 2024-04-19 14:15:53 +05:30
parent f59ecdb8d8
commit 0509aad4af
No known key found for this signature in database

View file

@ -92,8 +92,8 @@ export interface UploadAsset {
isLivePhoto?: boolean;
file?: File | ElectronFile;
livePhotoAssets?: LivePhotoAssets;
isElectron?: boolean;
}
export interface LivePhotoAssets {
image: globalThis.File | ElectronFile;
video: globalThis.File | ElectronFile;