interface DecryptedData {
    decryptedData: any;
}

Properties

Properties

decryptedData: any