interface GenerateKeyPairResultimport { type GenerateKeyPairResult } from "https://dotland.deno.dev/x/jose@v5.9.2/index.ts"; Type ParametersoptionalKeyLikeType extends KeyLike = KeyLikePropertiesprivateKey: KeyLikeTypeThe generated Private Key. publicKey: KeyLikeTypePublic Key corresponding to the generated Private Key.