Remove duplicate interface
This commit is contained in:
parent
ae09d1fe08
commit
749bcda8ed
|
@ -57,8 +57,3 @@ export interface CreateAdminUserRequest {
|
||||||
password: string
|
password: string
|
||||||
tenantId: string
|
tenantId: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface InviteUserRequest {
|
|
||||||
email: string
|
|
||||||
userInfo: any
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue