Interface SourceControlInputBoxValidation

interface SourceControlInputBoxValidation {
    message: string;
    type: SourceControlInputBoxValidationType;
}

Properties

Properties

message: string

The validation message to display.

The validation type.