Remove duplicate interface

This commit is contained in:
Mel O'Hagan 2022-12-02 11:52:09 +00:00
parent 5a4d8dafb9
commit 464c3abe9b
1 changed files with 0 additions and 5 deletions

View File

@ -57,8 +57,3 @@ export interface CreateAdminUserRequest {
password: string
tenantId: string
}
export interface InviteUserRequest {
email: string
userInfo: any
}