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;
}import type { Workaround } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";Workaround provides suggestions to address errors and warnings.