Skip to content

Commit e3e8676

Browse files
committed
updated FormDataOptions type
1 parent 1c767ed commit e3e8676

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/upload/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ type FormDataOptions = Modify<
1414
isPrivateFile: string;
1515
extensions?: string;
1616
webhookUrl?: string;
17+
overwriteFile?: string;
18+
overwriteAITags?: string;
19+
overwriteTags?: string;
20+
overwriteCustomMetadata?: string;
1721
customMetadata?: string;
1822
}
1923
>;

0 commit comments

Comments
 (0)