feat: Add support for private files to file module (#8169)
This commit is contained in:
@@ -7,6 +7,7 @@ type UploadFilesStepInput = {
|
||||
filename: string
|
||||
mimeType: string
|
||||
content: string
|
||||
access: "public" | "private"
|
||||
}[]
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ type WorkflowInput = {
|
||||
filename: string
|
||||
mimeType: string
|
||||
content: string
|
||||
access: "public" | "private"
|
||||
}[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user