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