etquia
Version:
Dummy package for the grpc-node repository
17 lines (13 loc) • 389 B
text/typescript
// Original file: deps/xds/xds/annotations/v3/status.proto
export interface MessageStatusAnnotation {
/**
* The entity is work-in-progress and subject to breaking changes.
*/
'work_in_progress'?: (boolean);
}
export interface MessageStatusAnnotation__Output {
/**
* The entity is work-in-progress and subject to breaking changes.
*/
'work_in_progress': (boolean);
}