Remove unused prop
This commit is contained in:
parent
f59ecdb8d8
commit
0509aad4af
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue