Skip to content

Commit

Permalink
Improvement - Updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Jun 23, 2024
1 parent 1513643 commit 3e1b1b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions types/grid-plan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ declare module "grid-plan" {
}

export type GridPlanItemType = {
color: string
[key: string]: string | number
color?: string
description: string
icon: string
icon?: string
iconColor?: string
typeId: string | number
}

Expand All @@ -33,6 +35,7 @@ declare module "grid-plan" {
description?: string
icon?: string
typeId: number | string
id?: string | number
}

export type GridPlanConfig = {
Expand Down

0 comments on commit 3e1b1b8

Please sign in to comment.