feat: Add local file provider and wire everything up in the file module (#7134)

This commit is contained in:
Stevche Radevski
2024-04-24 10:59:58 +02:00
committed by GitHub
parent fe68b5c0f2
commit 614d659a59
35 changed files with 684 additions and 49 deletions
@@ -6,7 +6,7 @@ type UploadFilesStepInput = {
files: {
filename: string
mimeType: string
content: Blob
content: string
}[]
}
@@ -6,7 +6,7 @@ type WorkflowInput = {
files: {
filename: string
mimeType: string
content: Blob
content: string
}[]
}