Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleFirebaseAppcheckV1PublicJwk

import type { GoogleFirebaseAppcheckV1PublicJwk } from "https://googleapis.deno.dev/v1/firebaseappcheck:v1.ts";
interface GoogleFirebaseAppcheckV1PublicJwk {
alg?: string;
e?: string;
kid?: string;
kty?: string;
n?: string;
use?: string;
}