📄 GetServerRequest.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/src/generated/grpc/channelz/v1/GetServerRequest.ts
Language: ts • Lines: 17
// Original file: proto/channelz.proto

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);
}