📄 BoolRules.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/validate/BoolRules.d.ts
Language: ts • Lines: 18
/**
 * 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);
}