CheckNameAvailabilityResponse interface
A response saying whether the workspace name is available
Properties
| available | Whether the workspace name is available |
| message | Validation message |
| name | Workspace name |
| reason | Reason the workspace name is or is not available |
Property Details
available
Whether the workspace name is available
available?: boolean
Property Value
boolean
message
Validation message
message?: string
Property Value
string
name
Workspace name
name?: string
Property Value
string
reason
Reason the workspace name is or is not available
reason?: string
Property Value
string