diff --git a/crates/ubrn_bindgen/src/bindings/react_native/gen_typescript/templates/macros.ts b/crates/ubrn_bindgen/src/bindings/react_native/gen_typescript/templates/macros.ts index 60e9abad..6aef16c9 100644 --- a/crates/ubrn_bindgen/src/bindings/react_native/gen_typescript/templates/macros.ts +++ b/crates/ubrn_bindgen/src/bindings/react_native/gen_typescript/templates/macros.ts @@ -246,6 +246,6 @@ import { decl_type_name } from "./EnumTemplate" {%- macro type_omit_instanceof(type_name, decl_type_name) %} export type {{ type_name }} = InstanceType< - typeof {{ decl_type_name }}[keyof Omit] + typeof {{ decl_type_name }}[keyof Omit] >; {%- endmacro %}