📄 GetChannelRequest.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/grpc/channelz/v1/GetChannelRequest.d.ts
Language: ts • Lines: 13
import type { Long } from '@grpc/proto-loader';
export interface GetChannelRequest {
    /**
     * channel_id is the identifier of the specific channel to get.
     */
    'channel_id'?: (number | string | Long);
}
export interface GetChannelRequest__Output {
    /**
     * channel_id is the identifier of the specific channel to get.
     */
    'channel_id': (string);
}