···57575858```ts twoslash
5959import { text } from '@clack/prompts';
6060+// @errors: 2322
6061import { type } from 'arktype';
61626263const name = await text({
···415416// Use the reusable function
416417const serverPort = await promptForPort('3000');
417418const dbPort = await promptForPort('5432');
418418-``` 419419+```