diff --git a/src/bindgen/typescript.js b/src/bindgen/typescript.js index 213a23c30..d446db6e9 100644 --- a/src/bindgen/typescript.js +++ b/src/bindgen/typescript.js @@ -23,6 +23,7 @@ const interfaceJsonTypeToTypeScriptType = new Map([ ['BOOL', 'boolean'], ['TEXT', 'string'], ['INT', 'number'], + ['UINT', 'number'], ['FLOAT', 'number'], ['OUTPUT_JSON', 'Object'], ])