type alias Stateimport { type State } from "https://dotland.deno.dev/x/oak@v17.1.2/application.ts"; The base type of state which is associated with an application or context. definition: Record<PropertyKey, any>