Skip to content

Commit a57bc3c

Browse files
committed
Export IEncryptionService
1 parent d422deb commit a57bc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/encryption/EncryptionService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { publicEncrypt, privateDecrypt, constants } from 'crypto';
22

3-
interface IEncryptionService {
3+
export interface IEncryptionService {
44
encrypt(data: string): string;
55
decrypt(encryptedDataBase64: string): string;
66
}

0 commit comments

Comments
 (0)