feat: Add local file provider and wire everything up in the file module (#7134)
This commit is contained in:
@@ -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
|
||||
}[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user