Skip to content

Commit

Permalink
revert type changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Oct 26, 2023
1 parent 0f988a1 commit 6d16b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3280,4 +3280,4 @@ export enum SDKTag {
OTHER = 'Other',
}

export type SDKInstructionsMap = Partial<Record<SDKKey, () => React.ReactElement>>
export type SDKInstructionsMap = Partial<Record<SDKKey, React.ReactNode>>

0 comments on commit 6d16b7c

Please sign in to comment.