From 645aff83b06467287652bbd23d8622e6a7789362 Mon Sep 17 00:00:00 2001 From: William Troup Date: Tue, 23 Jul 2024 20:11:33 +0100 Subject: [PATCH] Minor clean up. --- src/ts/type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/type.ts b/src/ts/type.ts index 1c0b22e..6ed30e2 100644 --- a/src/ts/type.ts +++ b/src/ts/type.ts @@ -44,7 +44,7 @@ export type WatchOptionEvents = { onCancel?: Function; onRemove?: Function; onStart?: Function; -} +}; export type ObserveWatch = { options: WatchOptions;