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
deno run -A -r https://deno.land/x/ultra/create.ts
in server.txt it starts me with
function ServerApp({ context }: any) { ... }
function ServerApp({ context }: any) { ... }
which fails to lint I have added
// deno-lint-ignore no-explicit-any
// deno-lint-ignore no-explicit-any
but I would much rather How do I find it and import it?
0 Replies
No replies yetBe the first to reply to this messageJoin