Represents the result of validating a build request.

interface BuildRequestValidationResult {
    message?: string;
    result?: ValidationResult;
}

Properties

Properties

message?: string

The message associated with the result.

The result.