type alias LiveStateimport { type LiveState } from "https://deno.land/x/live@1.25.4/engine/fresh/manifest.ts"; Type ParametersToptionalTState = unknowndefinition: TState & { $live: T; }