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