Skip to content

Commit

Permalink
Correct a typing change
Browse files Browse the repository at this point in the history
  • Loading branch information
jboland88 committed Jan 31, 2025
1 parent b47657e commit 494c17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ interface Window {
isAtomic: boolean;
sandboxedDomain: string;
isDevVersion: boolean;
userIsAdmin: boolean;
userIsAdmin: string;
userIsNewToJetpack: string;
};
JP_CONNECTION_INITIAL_STATE: {
Expand Down

0 comments on commit 494c17e

Please sign in to comment.