mirror of
https://github.com/bitwarden/cli
synced 2025-12-16 00:03:23 +00:00
[PS-612] Update jslib (#531)
* Update Export model imports * Update for authService.getAuthStatus refactor * Update jslib
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { FolderWithId } from "jslib-common/models/export/folderWithId";
|
||||
import { FolderWithIdExport } from "jslib-common/models/export/folderWithIdExport";
|
||||
import { FolderView } from "jslib-common/models/view/folderView";
|
||||
import { BaseResponse } from "jslib-node/cli/models/response/baseResponse";
|
||||
|
||||
export class FolderResponse extends FolderWithId implements BaseResponse {
|
||||
export class FolderResponse extends FolderWithIdExport implements BaseResponse {
|
||||
object: string;
|
||||
|
||||
constructor(o: FolderView) {
|
||||
|
||||
Reference in New Issue
Block a user