Type alias EncryptedAsymmetricString

EncryptedAsymmetricString: {
    box: string;
    nonce: string;
}

Type declaration

  • box: string
  • nonce: string