Types

@system-inc/base-foundation · 515c140 · 1 symbols

Type that defines the visibility of an RPC service.

  • 'public': The RPC service is callable from a public route.
  • 'internal': The RPC service is only callable from a bound worker.
RpcVisibility: "public" | "internal"

View source ↗

Types • Documentation • Base