Skip to content

Commit aea4dfa

Browse files
committed
Remove unused Subscription type
1 parent 1fb41e4 commit aea4dfa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/modules/entities.types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ export interface RealtimeEvent {
2222
*/
2323
export type RealtimeCallback = (event: RealtimeEvent) => void;
2424

25-
/**
26-
* Function returned from subscribe, call it to unsubscribe.
27-
*/
28-
export type Subscription = () => void;
29-
3025
/**
3126
* Entity handler providing CRUD operations for a specific entity type.
3227
*

0 commit comments

Comments
 (0)