interface InvokeAsPayloadimport { type InvokeAsPayload } from "https://dotland.deno.dev/x/live@1.107.0/utils/invoke.types.ts"; Type ParametersTManifest extends AppManifestTInvocableKey extends stringTFuncSelector extends DotNestedKeys<ManifestInvocable<TManifest, TInvocableKey>["return"]>Propertiespayload: Invoke<TManifest, TInvocableKey, TFuncSelector>