Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IssueSignals

import type { IssueSignals } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";

Distinctive characteristics assigned by the Crashlytics analyzer.

interface IssueSignals {
readonly description?: string;
readonly signal?:
| "SIGNAL_UNSPECIFIED"
| "SIGNAL_EARLY"
| "SIGNAL_FRESH"
| "SIGNAL_REGRESSED"
| "SIGNAL_REPETITIVE";
}

§Properties

§
readonly description?: string
[src]

Output only. Supporting detail information.

§
readonly signal?: "SIGNAL_UNSPECIFIED" | "SIGNAL_EARLY" | "SIGNAL_FRESH" | "SIGNAL_REGRESSED" | "SIGNAL_REPETITIVE"
[src]

Output only. The signal name.