CheckNameAvailabilityResult interface
The response to a name availability request.
Properties
message | The message describing the detailed reason. |
name |
The value which indicates whether the provided name is available. |
Property Details
message
The message describing the detailed reason.
message?: string
Property Value
string
nameAvailable
The value which indicates whether the provided name is available.
nameAvailable?: boolean
Property Value
boolean