mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
interface cryptoservice
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { EncryptionType } from '../../enums/encryptionType.enum';
|
||||
import CryptoService from '../../services/crypto.service';
|
||||
import { CryptoService } from '../../services/abstractions/crypto.service';
|
||||
|
||||
class CipherString {
|
||||
encryptedString?: string;
|
||||
|
||||
Reference in New Issue
Block a user