mirror of https://github.com/grpc/grpc-node.git
18 lines
669 B
TypeScript
18 lines
669 B
TypeScript
// Original file: null
|
|
|
|
import type { UninterpretedOption as _google_protobuf_UninterpretedOption, UninterpretedOption__Output as _google_protobuf_UninterpretedOption__Output } from '../../google/protobuf/UninterpretedOption';
|
|
|
|
export interface ServiceOptions {
|
|
'deprecated'?: (boolean);
|
|
'uninterpretedOption'?: (_google_protobuf_UninterpretedOption)[];
|
|
'.google.api.default_host'?: (string);
|
|
'.google.api.oauth_scopes'?: (string);
|
|
}
|
|
|
|
export interface ServiceOptions__Output {
|
|
'deprecated': (boolean);
|
|
'uninterpretedOption': (_google_protobuf_UninterpretedOption__Output)[];
|
|
'.google.api.default_host': (string);
|
|
'.google.api.oauth_scopes': (string);
|
|
}
|