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

Workaround

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

Workaround provides suggestions to address errors and warnings.

interface Workaround {
description?: string;
reason?: string;
replace?: string;
}

§Properties

§
description?: string
[src]

Description of this workaround.

§
reason?: string
[src]

Why would this workaround address the error and warning.

§
replace?: string
[src]

A suggested code snippet to fix the error and warning.