mirror of
https://github.com/bitwarden/jslib
synced 2025-12-20 18:23:52 +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