interface CheckUserOwnsDomainResponse {
    ownsDomain: boolean;
}

Properties

Properties

ownsDomain: boolean

Indicates whether the specified project owns the domain.