Note
import type { Note } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";Developer notes for an issue.
interface Note {
readonly author?: string;
body?: string;
readonly createTime?: Date;
readonly name?: string;
}import type { Note } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";Developer notes for an issue.