@studyportals/student-interfaces
Advanced tools
Comparing version 3.0.0 to 3.0.1
export interface ISubscriber<EventType> { | ||
notify(event: EventType): void; | ||
notify(event: EventType): void | Promise<void>; | ||
} |
{ | ||
"name": "@studyportals/student-interfaces", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "The interfaces exposed by StudentJS", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
14207