feat: transform firebird model rows

This commit is contained in:
Pavel
2025-06-05 16:31:17 +02:00
parent b74b6b3284
commit 5760ada3b4
3 changed files with 13 additions and 0 deletions

View File

@@ -93,4 +93,6 @@ export type TestEngineInfo = {
}>;
objects?: Array<TestObjectInfo>;
transformModelRow?: (row: Record<string, any>) => Record<string, any>;
};