how do I find a type to import?

I created a new ultra project with

deno run -A -r https://deno.land/x/ultra/create.ts


in server.txt it starts me with

function ServerApp({ context }: any) { ... }



which fails to lint


I have added

// deno-lint-ignore no-explicit-any


but I would much rather

How do I find it and import it?
Was this page helpful?