import { invoke } from "https://deno.land/x/deco@1.107.0/runtime/features/invoke.ts";
Invokes a function within the application state.
type
() => Promise<any>
key: InvokeFunction["key"],
props: InvokeFunction["props"],
select: InvokeFunction["select"],
state: State<any>,