CachedKeyPair type

type CachedKeyPair = {
  privateKey: CryptoKey,
  publicKey: CryptoKey,
  requestMethod?: string,
  requestUri?: string,
}