We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee14c20 commit 0c245b2Copy full SHA for 0c245b2
1 file changed
src/services/types.ts
@@ -1,12 +1,15 @@
1
import { EventAddons, EventData } from '@hawk.so/types';
2
3
+/**
4
+ * Event type which is returned by events factory
5
+ */
6
type Event = {
7
_id: string;
8
payload: EventData<EventAddons>;
9
};
10
11
/**
- * Interface for events factory
12
+ * Interface for interacting with events factory
13
*/
14
export interface EventsFactoryInterface {
15
0 commit comments