test binary data type

This commit is contained in:
Stela Augustinova
2025-11-03 09:17:11 +01:00
parent 417334d140
commit 9c1819467a
3 changed files with 34 additions and 0 deletions

View File

@@ -96,4 +96,6 @@ export type TestEngineInfo = {
}>;
objects?: Array<TestObjectInfo>;
binaryDataType?: string;
};