mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
fixed some missing or wrong type annotations
This commit is contained in:
@@ -6,7 +6,7 @@ import type { UserEntry } from "../types/UserEntry";
|
||||
|
||||
type Props = {
|
||||
entries: Array<UserEntry>,
|
||||
deleteUser: string => void,
|
||||
deleteUser: User => void,
|
||||
editUser: User => void
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user