import { type DecoContext } from "https://deno.land/x/live@1.58.0/deco.ts";
definition: { deploymentId: string | undefined; isDeploy: boolean; platform: string; site: string; siteId: number; loginUrl?: string; base?: string; namespace?: string; release?: Release; runtime?: Promise<DecoRuntimeState>; play?: boolean; instance: InstanceInfo; request?: RequestContext; fs?: IVFS; }