interface jose.GenerateKeyPairResultimport { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts"; const { GenerateKeyPairResult } = jose; Type ParametersoptionalT extends KeyLike = KeyLikePropertiesprivateKey: TThe generated Private Key. publicKey: TPublic Key corresponding to the generated Private Key.