Skip to content

Commit 18325d5

Browse files
committed
do not forget
1 parent d99909d commit 18325d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/pubsub/src/pubsub.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export type PubSubListener<
88
Topic extends keyof Data,
99
> = (data: Data[Topic]) => void;
1010

11+
// DO NOT FORGET TO UPDATE DOCUMENTATION WHEN CHANGING THE INTERFACE
12+
1113
export interface PubSub<M extends TopicDataMap = TopicDataMap> {
1214
/**
1315
* Publish {@link data} for a {@link topic}.

0 commit comments

Comments
 (0)