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