Log
import type { Log } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";Developer-provided log lines recorded during the session.
interface Log {
logTime?: Date;
message?: string;
}import type { Log } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";Developer-provided log lines recorded during the session.