Skip to content

Commit

Permalink
fix(types): export chrome user
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jan 13, 2025
1 parent 3da2199 commit 69fcdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type AsyncState<T = any> = {
data: T;
};

declare type ChromeUser = {
export declare type ChromeUser = {
entitlements: {
[key: string]: {
is_entitled: boolean;
Expand Down

0 comments on commit 69fcdf6

Please sign in to comment.