DomainAvailableProps
export interface DomainAvailableProps {
/**
* The name of the domain for which we would like to check the status.
* @example example.com
*/
name: string;
/**
* The Team identifier or slug to perform the request on behalf of.
*/
teamId?: string;
}