Skip to main content
Latest
type alias CreateRouteContextOptions
import { type CreateRouteContextOptions } from "https://deno.land/x/fresh_testing_library@0.13.1/mod.ts";

Options which can be passed to createRouteContext.

Type Parameters

optional
TData = any
optional
TState extends Record<string, unknown> = Record<string, unknown>