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?: boolean
Property Value
boolean
message
Message of why domain name is invalid.
message?: string
Property Value
string