CustomDomainValidateResult interface   
Validation result for custom domain.
Properties
| is | Indicates if domain name is valid. | 
| message | Message of why domain name is invalid. | 
Property Details
		isValid
	 
	Indicates if domain name is valid.
isValid?: booleanProperty Value
boolean
message
Message of why domain name is invalid.
message?: stringProperty Value
string