chore: remove unused upload property (#7535)

* chore: remove isExternal

* chore: open-api
This commit is contained in:
Jason Rasmussen
2024-02-29 16:02:08 -05:00
committed by GitHub
parent 3d25d91e77
commit 15a4a4aaaa
7 changed files with 15 additions and 43 deletions

View File

@@ -289,7 +289,6 @@ export type CreateAssetDto = {
fileCreatedAt: string;
fileModifiedAt: string;
isArchived?: boolean;
isExternal?: boolean;
isFavorite?: boolean;
isOffline?: boolean;
isReadOnly?: boolean;