a lot of things
This commit is contained in:
@@ -19,6 +19,7 @@ interface EventTypes {
|
||||
user: UserController;
|
||||
updatedValues: Partial<User>;
|
||||
}) => void;
|
||||
"user:deleted": (data: { id: string }) => void;
|
||||
"user:authenticated": (data: {
|
||||
user: UserController;
|
||||
tokens: SessionTokensObject;
|
||||
|
||||
Reference in New Issue
Block a user