summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shapex.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shapex.ts b/src/shapex.ts
index 2a0a3cc..db8ce08 100644
--- a/src/shapex.ts
+++ b/src/shapex.ts
@@ -20,8 +20,6 @@ type Subscription<T> = {
once: boolean;
};
-type StateChange = "added" | "deleted" | "changed-type" | "changed-value";
-
type ShapeXInstance<T> = {
subscribe: (listener: string, callback: EventCallback<T>) => number;
subscribeOnce: (listener: string, callback: EventCallback<T>) => number;