Skip to content

Commit

Permalink
Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Apr 4, 2024
1 parent e7bab76 commit 30fbe31
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ export type RenderType =
| 'Hash'
| 'DestinationsPreview'
| 'BlockTimeDisplay'

export interface RenderNode {
label: string
value: any
renderType: RenderType
tooltip?: TooltipContentProp
units?: string
}

type Mapper<Detail, Key extends keyof Detail> = (
Expand Down

0 comments on commit 30fbe31

Please sign in to comment.