1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

[PM-13323] Move remaining collection code to AC Team (#13731)

This commit is contained in:
Thomas Rittson
2025-03-14 07:18:47 +10:00
committed by GitHub
parent 45df8ff825
commit 0c507f54f6
21 changed files with 27 additions and 29 deletions

View File

@@ -1,7 +0,0 @@
export class CollectionBulkDeleteRequest {
ids: string[];
constructor(ids: string[]) {
this.ids = ids == null ? [] : ids;
}
}