1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 03:53:53 +00:00

org user apis

This commit is contained in:
Kyle Spearrin
2018-07-10 13:03:24 -04:00
parent bded5eb625
commit c76cbf1274
7 changed files with 101 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
export class OrganizationUserConfirmRequest {
key: string;
}