UNPKG

@bufbuild/protovalidate

Version:

Protocol Buffer Validation for ECMAScript

10 lines (9 loc) 294 B
import { type DescMessage, type Registry } from "@bufbuild/protobuf"; import type { Path } from "@bufbuild/protobuf/reflect"; export declare function getTestDataForPaths(): { schema: DescMessage; string: string; goldenString: string; golden: Path; registry?: Registry; }[];