Skip to content

Commit

Permalink
fix(types): export chrome user (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 authored Jan 13, 2025
1 parent 3da2199 commit fa9e018
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 fa9e018

Please sign in to comment.