Browse Source

Use explicit import paths (#372)

pull/376/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
fe38848cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/models/response/cipherResponse.ts

2
src/models/response/cipherResponse.ts

@ -7,7 +7,7 @@ import { AttachmentResponse } from './attachmentResponse'; @@ -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;

Loading…
Cancel
Save