ModAPI is the supported scripting surface for game-facing TypeScript mods.
This documentation build is sourced from the generated Puerts declarations, but published under the VX alias layer used by mods:
const modApi = VX.Mod.ModAPI;
const input = new VX.Mod.ModAPI.Input();
Support types are included only when they appear in signatures reachable from those two entry points.