Skip to content

Commit

Permalink
[backend] missing opts definition file_marking for file upload(#5548)
Browse files Browse the repository at this point in the history
  • Loading branch information
aHenryJard committed May 2, 2024
1 parent d6fc1aa commit dbb249c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ interface FileUploadOpts {
meta? : any,
noTriggerImport?: boolean,
errorOnExisting?: boolean,
file_markings?: boolean,
}

interface FileUploadData {
Expand Down

0 comments on commit dbb249c

Please sign in to comment.