UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

15 lines (14 loc) 430 B
/// <reference types="long" /> import type { Long } from '@grpc/proto-loader'; export interface GetSubchannelRequest { /** * subchannel_id is the identifier of the specific subchannel to get. */ 'subchannel_id'?: (number | string | Long); } export interface GetSubchannelRequest__Output { /** * subchannel_id is the identifier of the specific subchannel to get. */ 'subchannel_id': (string); }