type alias Functionimport { type Function } from "https://deno.land/x/deco@1.107.0/blocks/function.ts"; Type ParametersoptionalTProps = anyoptionalTState = anydefinition: LoaderFunction<TProps, any, TState>