// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.exportfunctionConvertToDomainOwnership(verifyDomainOwnershipResponse) {
const result = {
status: verifyDomainOwnershipResponse.status,
};
return result;
}
//# sourceMappingURL=mappers.js.map