@furo/framework
Version:
Furo framework libs
16 lines (15 loc) • 336 B
TypeScript
/**
* A class to validate constraints on type of <code>google.protobuf.BoolValue</code>
*
* @class
* @private
* @author Eclipse Furo Web
*/
export class ValidatorGoogleProtobufBoolValue {
/**
*
* @param field
* @returns {Promise<unknown>}
*/
static validateConstraints(field: any): Promise<unknown>;
}