Skip to content

Commit

Permalink
Merge pull request #755 from bretticus-mc/master
Browse files Browse the repository at this point in the history
updated StorageAccessCallbackData hasAccess to boolean.
  • Loading branch information
bretticus-mc authored Sep 25, 2023
2 parents 9a8950d + 3e3b161 commit d6ed243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ declare namespace connect {
function hitch<T extends (...args: any[]) => any>(scope: object, method: T): T;

type StorageAcccessCallbackData = {
hasAccess?: boolan;
hasAccess?: boolean;
[key: string]: any;
}

Expand Down

0 comments on commit d6ed243

Please sign in to comment.