Skip to main content
Module

x/steam_trader/types/protobuf.d.ts>IMethod

https://deno.land/x/steam_trader
Latest
interface IMethod
import { type IMethod } from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Method descriptor.

Properties

optional
type: string

Method type

requestType: string

Request type

responseType: string

Response type

optional
requestStream: boolean

Whether requests are streamed

optional
responseStream: boolean

Whether responses are streamed

optional
options: { [k: string]: any; }

Method options