Skip to content

Commit

Permalink
Update metadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Sep 12, 2024
1 parent a452ede commit e3e2265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions npm/src/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ interface PenumbraAssetId {
interface Image {
png?: string;
svg?: string;
theme?: {
primaryColorHex: string;
circle: boolean;
darkMode: boolean;
};
}

export const allJsonRegistries: Record<string, JsonRegistry> = {
Expand Down

0 comments on commit e3e2265

Please sign in to comment.