We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d422deb commit a57bc3cCopy full SHA for a57bc3c
src/common/encryption/EncryptionService.ts
@@ -1,6 +1,6 @@
1
import { publicEncrypt, privateDecrypt, constants } from 'crypto';
2
3
-interface IEncryptionService {
+export interface IEncryptionService {
4
encrypt(data: string): string;
5
decrypt(encryptedDataBase64: string): string;
6
}
0 commit comments