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