1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00

Remove duplicate interface

This commit is contained in:
Mel O'Hagan 2022-12-02 11:52:09 +00:00
parent 5a4d8dafb9
commit 464c3abe9b

View file

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