···2222 // Generate a clean type name from the NSID
2323 const typeName = generateTypeName(id);
24242525- return `// Generated by prototypekit - DO NOT EDIT
2525+ return `// Generated by prototypey - DO NOT EDIT
2626// Source: ${id}
2727-import type { Infer } from "prototypekit";
2727+import type { Infer } from "prototypey";
2828import schema from "${relativeSchemaPath}" with { type: "json" };
29293030/**