Remove duplicate interface
This commit is contained in:
parent
5a4d8dafb9
commit
464c3abe9b
|
@ -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