UNPKG

@ydbjs/api

Version:

TypeScript gRPC service definitions and protobuf types for all YDB APIs. Enables strongly-typed client generation and low-level protocol access.

13 lines 469 B
import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1"; import type { FieldOptions } from "@bufbuild/protobuf/wkt"; /** * Describes the file protos/annotations/sensitive.proto. */ export declare const file_protos_annotations_sensitive: GenFile; /** * do not print this field * * @generated from extension: bool sensitive = 87655; */ export declare const sensitive: GenExtension<FieldOptions, boolean>; //# sourceMappingURL=sensitive_pb.d.ts.map