type alias WithSessionimport { type WithSession } from "https://deno.land/x/fresh_session@beta-0.3.1/mod.ts"; Type ParametersT extends stringF extends stringdefinition: { session: Session<T, F>; }