Application
import type { Application } from "https://googleapis.deno.dev/v1/health:v4.ts";Optional metadata for the application that provided this data.
interface Application {
readonly googleWebClientId?: string;
readonly packageName?: string;
readonly webClientId?: string;
}