NameAvailability interface

Result of the request to check name availability. It contains a flag and possible reason of failure.

Properties

message

The message of the operation.

nameAvailable

Indicates whether the name is available or not.

reason

The reason of the availability. Required if name is not available.

Property Details

message

The message of the operation.

message?: string

Property Value

string

nameAvailable

Indicates whether the name is available or not.

nameAvailable?: boolean

Property Value

boolean

reason

The reason of the availability. Required if name is not available.

reason?: string

Property Value

string