mirror of
https://github.com/bitwarden/cli
synced 2025-12-15 07:43:38 +00:00
Add jslib as a "real" dependency (#321)
* Split jslib * Bump jslib * Bump jslib, replace alias with tsconfig-paths-webpack-plugin
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { FolderWithId } from 'jslib/models/export/folderWithId';
|
||||
import { FolderView } from 'jslib/models/view/folderView';
|
||||
import { FolderWithId } from 'jslib-common/models/export/folderWithId';
|
||||
import { FolderView } from 'jslib-common/models/view/folderView';
|
||||
|
||||
import { BaseResponse } from 'jslib/cli/models/response/baseResponse';
|
||||
import { BaseResponse } from 'jslib-node/cli/models/response/baseResponse';
|
||||
|
||||
export class FolderResponse extends FolderWithId implements BaseResponse {
|
||||
object: string;
|
||||
|
||||
Reference in New Issue
Block a user