etquia
Version:
Dummy package for the grpc-node repository
23 lines (19 loc) • 499 B
text/typescript
// Original file: deps/protoc-gen-validate/validate/validate.proto
/**
* BoolRules describes the constraints applied to `bool` values
*/
export interface BoolRules {
/**
* Const specifies that this field must be exactly the specified value
*/
'const'?: (boolean);
}
/**
* BoolRules describes the constraints applied to `bool` values
*/
export interface BoolRules__Output {
/**
* Const specifies that this field must be exactly the specified value
*/
'const': (boolean);
}