UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

20 lines (16 loc) 585 B
// Original file: proto/channelz.proto import type { Server as _grpc_channelz_v1_Server, Server__Output as _grpc_channelz_v1_Server__Output } from '../../../grpc/channelz/v1/Server'; export interface GetServerResponse { /** * The Server that corresponds to the requested server_id. This field * should be set. */ 'server'?: (_grpc_channelz_v1_Server | null); } export interface GetServerResponse__Output { /** * The Server that corresponds to the requested server_id. This field * should be set. */ 'server': (_grpc_channelz_v1_Server__Output | null); }