@mochabug/adapt-plugin-builder
Version:
This encapsulate the building an bundling logic for mochabug adapt plugins
14 lines • 505 B
TypeScript
import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
import type { HttpRule } from "./http_pb";
import type { MethodOptions } from "@bufbuild/protobuf/wkt";
/**
* Describes the file google/api/annotations.proto.
*/
export declare const file_google_api_annotations: GenFile;
/**
* See `HttpRule`.
*
* @generated from extension: google.api.HttpRule http = 72295728;
*/
export declare const http: GenExtension<MethodOptions, HttpRule>;
//# sourceMappingURL=annotations_pb.d.ts.map