interface DecryptResponse {
    decryptedData: Uint8Array;
}

Properties

Properties

decryptedData: Uint8Array