interface JwksKeysimport { type JwksKeys } from "https://deno.land/x/live@1.53.6/deps.ts"; Propertieskeys: Array<JsonWebKey & { kid: string; }>