// Original file: null export interface I_google_protobuf_GeneratedCodeInfo_Annotation { 'path'?: (number)[]; 'sourceFile'?: (string); 'begin'?: (number); 'end'?: (number); } export interface O_google_protobuf_GeneratedCodeInfo_Annotation { 'path': (number)[]; 'sourceFile': (string); 'begin': (number); 'end': (number); } export interface IGeneratedCodeInfo { 'annotation'?: (I_google_protobuf_GeneratedCodeInfo_Annotation)[]; } export interface OGeneratedCodeInfo { 'annotation': (O_google_protobuf_GeneratedCodeInfo_Annotation)[]; }