#pragma once #include #include #include namespace NSQLComplete { struct TEnvironment { // Given `{ "$x": "{ "Data": "foo" }" }`, // it will contain `{ "$x": "foo" }` THashMap Parameters; }; } // namespace NSQLComplete