Initial
This commit is contained in:
8
listify-api/src/events/app-events.ts
Normal file
8
listify-api/src/events/app-events.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const AppEvents = {
|
||||
UserRegistered: 'user.registered',
|
||||
} as const;
|
||||
|
||||
export interface UserRegisteredEvent {
|
||||
email: string;
|
||||
verificationUrl: string;
|
||||
}
|
||||
Reference in New Issue
Block a user