type alias RpcResultimport { type RpcResult } from "https://deno.land/x/typed_rpc@v5.0.1/src/server.ts"; Valid RPC return types that can be serialized. definition: | string | number | boolean | null | RpcResult[] | { [key: string]: RpcResult; }