notif after request

This commit is contained in:
2026-02-23 12:40:48 +03:30
parent 062c433ffb
commit 8cd66303e2
4 changed files with 88 additions and 2 deletions
@@ -0,0 +1,7 @@
export class RequestCreatedEvent {
constructor(
public readonly requestId: string,
public readonly requestNumber: number,
public readonly userId: string,
) {}
}