mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
send removePasswordWithServer and model updates (#242)
This commit is contained in:
@@ -19,4 +19,5 @@ export abstract class SendService {
|
||||
clear: (userId: string) => Promise<any>;
|
||||
delete: (id: string | string[]) => Promise<any>;
|
||||
deleteWithServer: (id: string) => Promise<any>;
|
||||
removePasswordWithServer: (id: string) => Promise<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user