1
0
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:
Kyle Spearrin
2020-12-30 16:23:52 -05:00
committed by GitHub
parent 1420082348
commit afa01f67f4
3 changed files with 26 additions and 1 deletions

View File

@@ -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>;
}