Package version:

Interface NameAvailability

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

Hierarchy

  • NameAvailability

Properties

message?: string

The message of the operation.

nameAvailable?: boolean

Indicates whether the name is available or not.

reason?: string

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

Generated using TypeDoc