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