@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
38 lines (37 loc) • 1.95 kB
TypeScript
/**
* 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.
*/
import { UnparsedObject } from "../../datadog-api-client-common/util";
/**
* Programming language associated with the issue.
*/
export declare type IssueLanguage = typeof BRIGHTSCRIPT | typeof C | typeof C_PLUS_PLUS | typeof C_SHARP | typeof CLOJURE | typeof DOT_NET | typeof ELIXIR | typeof ERLANG | typeof GO | typeof GROOVY | typeof HASKELL | typeof HCL | typeof JAVA | typeof JAVASCRIPT | typeof JVM | typeof KOTLIN | typeof OBJECTIVE_C | typeof PERL | typeof PHP | typeof PYTHON | typeof RUBY | typeof RUST | typeof SCALA | typeof SWIFT | typeof TERRAFORM | typeof TYPESCRIPT | typeof UNKNOWN | UnparsedObject;
export declare const BRIGHTSCRIPT = "BRIGHTSCRIPT";
export declare const C = "C";
export declare const C_PLUS_PLUS = "C_PLUS_PLUS";
export declare const C_SHARP = "C_SHARP";
export declare const CLOJURE = "CLOJURE";
export declare const DOT_NET = "DOT_NET";
export declare const ELIXIR = "ELIXIR";
export declare const ERLANG = "ERLANG";
export declare const GO = "GO";
export declare const GROOVY = "GROOVY";
export declare const HASKELL = "HASKELL";
export declare const HCL = "HCL";
export declare const JAVA = "JAVA";
export declare const JAVASCRIPT = "JAVASCRIPT";
export declare const JVM = "JVM";
export declare const KOTLIN = "KOTLIN";
export declare const OBJECTIVE_C = "OBJECTIVE_C";
export declare const PERL = "PERL";
export declare const PHP = "PHP";
export declare const PYTHON = "PYTHON";
export declare const RUBY = "RUBY";
export declare const RUST = "RUST";
export declare const SCALA = "SCALA";
export declare const SWIFT = "SWIFT";
export declare const TERRAFORM = "TERRAFORM";
export declare const TYPESCRIPT = "TYPESCRIPT";
export declare const UNKNOWN = "UNKNOWN";