mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
reference barrels
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CipherType } from '../../enums/cipherType';
|
||||
import { CipherType } from '../../enums';
|
||||
|
||||
import { AttachmentData } from './attachmentData';
|
||||
import { CardData } from './cardData';
|
||||
@@ -7,7 +7,7 @@ import { IdentityData } from './identityData';
|
||||
import { LoginData } from './loginData';
|
||||
import { SecureNoteData } from './secureNoteData';
|
||||
|
||||
import { CipherResponse } from '../response/cipherResponse';
|
||||
import { CipherResponse } from '../response';
|
||||
|
||||
export class CipherData {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user