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