mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
refactor utils service to utils
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { PasswordHistory } from '../models/domain/passwordHistory';
|
||||
|
||||
export abstract class PasswordGenerationService {
|
||||
generatePassword: (options: any) => string;
|
||||
generatePassword: (options: any) => Promise<string>;
|
||||
getOptions: () => any;
|
||||
saveOptions: (options: any) => Promise<any>;
|
||||
getHistory: () => Promise<PasswordHistory[]>;
|
||||
|
||||
Reference in New Issue
Block a user