Helper type to extract output variable names and types from output_variables object Converts { outputVariable_1: StringColumn({...}), outputVariable_2: IntegerColumn({...}) } to { outputVariable_1: string, outputVariable_2: number }
Helper type to extract output variable names and types from output_variables object Converts { outputVariable_1: StringColumn({...}), outputVariable_2: IntegerColumn({...}) } to { outputVariable_1: string, outputVariable_2: number }