interface Rpc implements StatementBaseimport { type Rpc } from "https://deno.land/x/pbkit@v0.0.55/core/ast/index.ts"; Propertiestype: "rpc"keyword: KeywordrpcName: TokenreqType: RpcTypereturns: TokenresType: RpcTypesemiOrRpcBody: Semi | RpcBody