1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

convert domain models to jslib

This commit is contained in:
Kyle Spearrin
2018-01-08 15:23:36 -05:00
parent 5d39030e05
commit e68f7a1141
26 changed files with 90 additions and 884 deletions

View File

@@ -1,10 +1,10 @@
import * as template from './password-generator-history.component.html';
import PasswordHistory from '../../../models/domain/passwordHistory';
import { Domain } from '@bitwarden/jslib';
export class PasswordGeneratorHistoryController {
$transition$: any;
history: PasswordHistory[];
history: Domain.PasswordHistory[];
editState: any;
addState: any;
i18n: any;