etquia
Version:
Dummy package for the grpc-node repository
17 lines (13 loc) • 330 B
text/typescript
// Original file: deps/xds/udpa/annotations/migrate.proto
export interface MigrateAnnotation {
/**
* Rename the message/enum/enum value in next version.
*/
'rename'?: (string);
}
export interface MigrateAnnotation__Output {
/**
* Rename the message/enum/enum value in next version.
*/
'rename': (string);
}