1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
interface FavoriteMenu { |
|||
color?: string; |
|||
displayName: string; |
|||
icon?: string; |
|||
id: string; |
|||
isDefault: boolean; |
|||
path?: string; |
|||
} |
|||
|
|||
export type { FavoriteMenu }; |
|||
Loading…
Reference in new issue