interface GeneralJWE implements Omit<FlattenedJWE, "encrypted_key" | "header">import { type GeneralJWE } from "https://deno.land/x/jose@v4.15.0/index.ts"; Propertiesrecipients: Pick<FlattenedJWE, "encrypted_key" | "header">[]