feat(Set Node): Preserve binary data by default (#9668)
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -5,6 +5,7 @@ export type SetNodeOptions = {
|
||||
ignoreConversionErrors?: boolean;
|
||||
include?: IncludeMods;
|
||||
includeBinary?: boolean;
|
||||
stripBinary?: boolean;
|
||||
};
|
||||
|
||||
export type SetField = {
|
||||
|
||||
Reference in New Issue
Block a user