DecryptionKey

export interface DecryptionKey {
  Key: string;
  Iv: string;
}

{
  "Key": "String",
  "Iv": "String"
}
Last Updated:
Contributors: Elliott Cooper, Matthew Satti