UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

18 lines 732 B
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.GRPC = exports.WEBSOCKET = exports.UDP = exports.ICMP = exports.MULTI = exports.DNS = exports.TCP = exports.SSL = exports.HTTP = void 0; exports.HTTP = "http"; exports.SSL = "ssl"; exports.TCP = "tcp"; exports.DNS = "dns"; exports.MULTI = "multi"; exports.ICMP = "icmp"; exports.UDP = "udp"; exports.WEBSOCKET = "websocket"; exports.GRPC = "grpc"; //# sourceMappingURL=SyntheticsTestDetailsSubType.js.map