mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as program from "commander";
|
||||
|
||||
import { Response } from "jslib-node/cli/models/response";
|
||||
import { MessageResponse } from "jslib-node/cli/models/response/messageResponse";
|
||||
import { Response } from "@bitwarden/node/cli/models/response";
|
||||
import { MessageResponse } from "@bitwarden/node/cli/models/response/messageResponse";
|
||||
|
||||
interface IOption {
|
||||
long?: string;
|
||||
|
||||
Reference in New Issue
Block a user