https://rescript-lang.org/docs/manual/v11.0.0/typescript-integration says
The ReScript compiler includes a code generation tool that lets you export ReScript values and types to use in TypeScript, and import TypeScript values and types into ReScript. It is called "genType".
but after re-reading the page several times I don't see any documentation for the import part, only for the export. That is, I'd expect a way to generate the correct external declarations from TypeScript types (and maybe also to check ReScript and TypeScript declarations are consistent).
Is it not implemented, not documented, or documented elsewhere?
@genType.import. The documentation page you linked mentions that this is deprecated, but it still works, and judging by issue tracker commentary it seems likely to stick around.