GoogleCloudApihubV1Issue
import type { GoogleCloudApihubV1Issue } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Issue contains the details of a single issue found by the linter.
interface GoogleCloudApihubV1Issue {
code?: string;
message?: string;
path?: string[];
range?: GoogleCloudApihubV1Range;
severity?:
} | "SEVERITY_UNSPECIFIED"
| "SEVERITY_ERROR"
| "SEVERITY_WARNING"
| "SEVERITY_INFO"
| "SEVERITY_HINT";