Interface InputValidationResults

interface InputValidationResults {
    message?: string;
    valid: boolean;
}

Properties

Properties

message?: string
valid: boolean