refactor: app init event (#17937)

This commit is contained in:
Jason Rasmussen 2025-04-28 14:48:33 -04:00 committed by GitHub
parent 895b2bf5cd
commit 7f69abbf0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 81 additions and 75 deletions

View file

@ -51,6 +51,7 @@ class EventManager<EventMap extends Record<string, unknown[]>> {
}
export const eventManager = new EventManager<{
'app.init': [];
'user.login': [];
'auth.login': [LoginResponseDto];
'auth.logout': [];