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