mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-16 22:05:00 +08:00
@@ -1,4 +1,4 @@
|
||||
import * as chk from 'chalk';
|
||||
import * as chalk from 'chalk';
|
||||
|
||||
import { Response } from './models/response';
|
||||
import { ListResponse } from './models/response/listResponse';
|
||||
@@ -7,8 +7,6 @@ import { StringResponse } from './models/response/stringResponse';
|
||||
|
||||
import { UserService } from '../abstractions/user.service';
|
||||
|
||||
const chalk = chk.default;
|
||||
|
||||
export abstract class BaseProgram {
|
||||
constructor(
|
||||
private userService: UserService,
|
||||
|
||||
Reference in New Issue
Block a user