UNPKG

@azure-tools/communication-domain-verification

Version:
9 lines 287 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. export function ConvertToDomainOwnership(verifyDomainOwnershipResponse) { const result = { status: verifyDomainOwnershipResponse.status, }; return result; } //# sourceMappingURL=mappers.js.map