📄 EnumValueOptions.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/google/protobuf/EnumValueOptions.d.ts
Language: ts • Lines: 17
import type { FeatureSet as _google_protobuf_FeatureSet, FeatureSet__Output as _google_protobuf_FeatureSet__Output } from '../../google/protobuf/FeatureSet';
import type { _google_protobuf_FieldOptions_FeatureSupport, _google_protobuf_FieldOptions_FeatureSupport__Output } from '../../google/protobuf/FieldOptions';
import type { UninterpretedOption as _google_protobuf_UninterpretedOption, UninterpretedOption__Output as _google_protobuf_UninterpretedOption__Output } from '../../google/protobuf/UninterpretedOption';
export interface EnumValueOptions {
    'deprecated'?: (boolean);
    'features'?: (_google_protobuf_FeatureSet | null);
    'debugRedact'?: (boolean);
    'featureSupport'?: (_google_protobuf_FieldOptions_FeatureSupport | null);
    'uninterpretedOption'?: (_google_protobuf_UninterpretedOption)[];
}
export interface EnumValueOptions__Output {
    'deprecated': (boolean);
    'features': (_google_protobuf_FeatureSet__Output | null);
    'debugRedact': (boolean);
    'featureSupport': (_google_protobuf_FieldOptions_FeatureSupport__Output | null);
    'uninterpretedOption': (_google_protobuf_UninterpretedOption__Output)[];
}