mirror of https://github.com/grpc/grpc-node.git
25 lines
579 B
TypeScript
25 lines
579 B
TypeScript
// Original file: null
|
|
|
|
|
|
export interface _google_protobuf_GeneratedCodeInfo_Annotation {
|
|
'path'?: (number)[];
|
|
'sourceFile'?: (string);
|
|
'begin'?: (number);
|
|
'end'?: (number);
|
|
}
|
|
|
|
export interface _google_protobuf_GeneratedCodeInfo_Annotation__Output {
|
|
'path': (number)[];
|
|
'sourceFile': (string);
|
|
'begin': (number);
|
|
'end': (number);
|
|
}
|
|
|
|
export interface GeneratedCodeInfo {
|
|
'annotation'?: (_google_protobuf_GeneratedCodeInfo_Annotation)[];
|
|
}
|
|
|
|
export interface GeneratedCodeInfo__Output {
|
|
'annotation': (_google_protobuf_GeneratedCodeInfo_Annotation__Output)[];
|
|
}
|