CheckNameAvailabilityReason type

The reason code explaining why the name is unavailable. Will be undefined if the name is available.

type CheckNameAvailabilityReason = "Invalid" | "AlreadyExists"