diff --git a/src/index.d.ts b/src/index.d.ts index 5fd01a8..fd22245 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -95,7 +95,7 @@ declare namespace connect { function hitch any>(scope: object, method: T): T; type StorageAcccessCallbackData = { - hasAccess?: boolan; + hasAccess?: boolean; [key: string]: any; }