UNPKG

etquia

Version:

Dummy package for the grpc-node repository

17 lines (13 loc) 245 B
// Original file: deps/xds/xds/core/v3/authority.proto /** * xDS authority information. */ export interface Authority { 'name'?: (string); } /** * xDS authority information. */ export interface Authority__Output { 'name': (string); }