mirror of
https://github.com/bitwarden/browser
synced 2026-01-01 08:03:20 +00:00
moved all enums to jslib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CipherType } from '../../enums/cipherType.enum';
|
||||
import { CipherType } from '@bitwarden/jslib';
|
||||
|
||||
class CipherRequest {
|
||||
type: CipherType;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DeviceType } from '../../enums/deviceType.enum';
|
||||
import { DeviceType } from '@bitwarden/jslib';
|
||||
import { PlatformUtilsService } from '../../services/abstractions/platformUtils.service';
|
||||
|
||||
class DeviceRequest {
|
||||
|
||||
Reference in New Issue
Block a user