Skip to content

Commit 4d8eb32

Browse files
authored
Merge pull request #2 from Nestixis/feat/make-inbox-outbox-event-name-property-abstract-and-readonly
Feat/make inbox outbox event name property abstract and readonly
2 parents cbe15b1 + 52a9e72 commit 4d8eb32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export abstract class InboxOutboxEvent {
22
/**
3-
* @description Should be unique static name of the event
3+
* @description Should be unique name of the event
44
*/
5-
name: string;
5+
public abstract readonly name: string;
66
}

0 commit comments

Comments
 (0)