Skip to content

Commit

Permalink
💄 Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Nov 12, 2024
1 parent 177c144 commit 1f1c3fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/controller/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ export type ProfileOptions = IFrameOptions & {
tokens?: Tokens;
};

export type ProfileContextTypeVariant = "inventory" | "trophies" | "achievements";
export type ProfileContextTypeVariant =
| "inventory"
| "trophies"
| "achievements";

export type ColorMode = "light" | "dark";

Expand Down

0 comments on commit 1f1c3fd

Please sign in to comment.