mirror of
https://github.com/bitwarden/cli
synced 2026-01-06 18:23:14 +00:00
sub out create command
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
import { FolderView } from 'jslib/models/view/folderView';
|
||||
|
||||
export class FolderRequest {
|
||||
static toView(req: FolderRequest) {
|
||||
const view = new FolderView();
|
||||
view.name = req.name;
|
||||
return view;
|
||||
}
|
||||
|
||||
name: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user