UserMetadata
import type { UserMetadata } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user.
interface UserMetadata {
readonly displayName?: string;
readonly email?: string;
readonly imageUri?: string;
}