mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
@@ -1,4 +1,4 @@
|
||||
import { CipherType } from '../../enums';
|
||||
import { CipherType } from '../../enums/cipherType';
|
||||
|
||||
export class CipherRequest {
|
||||
type: CipherType;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { DeviceType } from '../../enums';
|
||||
import { DeviceType } from '../../enums/deviceType';
|
||||
|
||||
import { PlatformUtilsService } from '../../abstractions';
|
||||
import { PlatformUtilsService } from '../../abstractions/platformUtils.service';
|
||||
|
||||
export class DeviceRequest {
|
||||
type: DeviceType;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Folder } from '../domain';
|
||||
import { Folder } from '../domain/folder';
|
||||
|
||||
export class FolderRequest {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user