Skip to content

Commit

Permalink
fix: Added optional icon description
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Nov 15, 2023
1 parent 3ddc738 commit 5bbf1b1
Show file tree
Hide file tree
Showing 10 changed files with 1,345 additions and 320 deletions.
1 change: 1 addition & 0 deletions src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export interface Unlock {
points: number;
icon?: string;
title?: Record<Language, string>;
description?: Record<Language, string>;
prefix?: boolean;
suffix?: boolean;
}
Expand Down
Loading

0 comments on commit 5bbf1b1

Please sign in to comment.