etquia
Version:
Dummy package for the grpc-node repository
26 lines (22 loc) • 887 B
text/typescript
// Original file: deps/xds/xds/annotations/v3/status.proto
import type { PackageVersionStatus as _xds_annotations_v3_PackageVersionStatus } from '../../../xds/annotations/v3/PackageVersionStatus';
export interface StatusAnnotation {
/**
* The entity is work-in-progress and subject to breaking changes.
*/
'work_in_progress'?: (boolean);
/**
* The entity belongs to a package with the given version status.
*/
'package_version_status'?: (_xds_annotations_v3_PackageVersionStatus | keyof typeof _xds_annotations_v3_PackageVersionStatus);
}
export interface StatusAnnotation__Output {
/**
* The entity is work-in-progress and subject to breaking changes.
*/
'work_in_progress': (boolean);
/**
* The entity belongs to a package with the given version status.
*/
'package_version_status': (keyof typeof _xds_annotations_v3_PackageVersionStatus);
}