```js import { z } from "zod/v4-mini"; export const StationNumberSchema = z.string(); ``` "zod/v4" works however.
"zod/v4" works however.