import { type InvocationFuncFor } from "https://deno.land/x/live@1.107.0/utils/invoke.types.ts";
Type Parameters
TManifest extends AppManifest
optional
TFuncSelector extends TInvocableKey extends AvailableFunctions<TManifest> ? DotNestedKeys<ManifestFunction<TManifest, TInvocableKey>["return"]> : TInvocableKey extends AvailableActions<TManifest> ? DotNestedKeys<ManifestAction<TManifest, TInvocableKey>["return"]> : TInvocableKey extends AvailableLoaders<TManifest> ? DotNestedKeys<ManifestLoader<TManifest, TInvocableKey>["return"]> : never = TInvocableKey extends AvailableFunctions<TManifest> ? DotNestedKeys<ManifestFunction<TManifest, TInvocableKey>["return"]> : TInvocableKey extends AvailableActions<TManifest> ? DotNestedKeys<ManifestAction<TManifest, TInvocableKey>["return"]> : TInvocableKey extends AvailableLoaders<TManifest> ? DotNestedKeys<ManifestLoader<TManifest, TInvocableKey>["return"]> : neverdefinition: (props?: Invoke<TManifest, TInvocableKey, TFuncSelector>["props"], init?: InvokerRequestInit | undefined) => InvokeAwaiter<TManifest, TInvocableKey, TFuncSelector>