Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pbkit/core/ast/index.ts>RpcBody

Protobuf toolkit for modern web development
Go to Latest
interface RpcBody
implements Span
import { type RpcBody } from "https://deno.land/x/pbkit@v0.0.60/core/ast/index.ts";

Properties

type: "rpc-body"
bracketOpen: Token
statements: RpcBodyStatement[]
bracketClose: Token