Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NameAvailability

Package version

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

Hierarchy

  • NameAvailability

Index

Properties

Optional message

message: undefined | string

The message of the operation.

Optional nameAvailable

nameAvailable: undefined | false | true

Indicates whether the name is available or not.

Optional reason

reason: undefined | string

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

Generated using TypeDoc