Skip to content

Commit

Permalink
add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Dec 26, 2024
1 parent eb709c0 commit 81c171a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell/core/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ export interface ProductOptions {
*/
svg?: Function;

/**
* Product name
*/
name?: string;

/**
* Leaving these here for completeness but I don't think these should be advertised as useable to plugin creators.
*/
Expand Down

0 comments on commit 81c171a

Please sign in to comment.