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