diff --git a/src/models/response/cipherResponse.ts b/src/models/response/cipherResponse.ts index 444514dcff4..fcea1194ef8 100644 --- a/src/models/response/cipherResponse.ts +++ b/src/models/response/cipherResponse.ts @@ -7,7 +7,7 @@ import { AttachmentResponse } from './attachmentResponse'; import { LoginResponse } from './loginResponse'; import { PasswordHistoryResponse } from './passwordHistoryResponse'; -import { CipherType } from 'jslib-common/enums'; +import { CipherType } from 'jslib-common/enums/cipherType'; export class CipherResponse extends CipherWithIds implements BaseResponse { object: string;