generateTypes
Function: generateTypes()
generateTypes(outputPath
): Promise
<void
>
Generates TypeScript type definitions from the ClickHouse database schema
Parameters
outputPath
string
The file path where the type definitions will be written
Returns
Promise
<void
>