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

Advice

import type { Advice } from "https://googleapis.deno.dev/v1/servicemanagement:v1.ts";

Generated advice about this change, used for providing more information about how a change will affect the existing service.

interface Advice {
description?: string;
}

§Properties

§
description?: string
[src]

Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.