UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

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