There was an error while loading. Please reload this page.
2 parents 8014299 + a07b958 commit 374da2eCopy full SHA for 374da2e
1 file changed
crates/taurus-core/src/runtime/functions/file.rs
@@ -32,7 +32,7 @@ taurus_macros::data_type! {
32
display_message(en_US = "File"),
33
alias(en_US = "file;document;blob;attachment;binary"),
34
generic_keys = ["M extends TEXT"],
35
- type_string = "{ contentType: M; valueType: 'base64'; value: string }",
+ type_string = "{ contentType: M; fileName: string; valueType: 'base64'; value: string }",
36
linked_data_type_identifiers = ["TEXT"],
37
}
38
0 commit comments