1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

add necessary apis for org directory imports

This commit is contained in:
Kyle Spearrin
2018-04-30 17:00:31 -04:00
parent 12533dd951
commit 66bdf442d6
5 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export class ImportDirectoryRequestGroup {
name: string;
externalId: string;
users: string[];
}