PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@grpc/grpc-js/build/src/generated/grpc/channelz/v1

Просмотр файла: ChannelRef.d.ts

import type { Long } from '@grpc/proto-loader';
/**
 * ChannelRef is a reference to a Channel.
 */
export interface ChannelRef {
    /**
     * The globally unique id for this channel.  Must be a positive number.
     */
    'channel_id'?: (number | string | Long);
    /**
     * An optional name associated with the channel.
     */
    'name'?: (string);
}
/**
 * ChannelRef is a reference to a Channel.
 */
export interface ChannelRef__Output {
    /**
     * The globally unique id for this channel.  Must be a positive number.
     */
    'channel_id': (string);
    /**
     * An optional name associated with the channel.
     */
    'name': (string);
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!