interface GetDomainAuthCodeResponse {
    authCode: string;
}

Properties

Properties

authCode: string