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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;