Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: NOTICKET: Typo in DMConfig type
Browse files Browse the repository at this point in the history
  • Loading branch information
skychik committed Oct 13, 2023
1 parent aebbe44 commit 187d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/dm-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* toolbar?: string,
* panels?: Record<string, any>[]
* spinner?: import("react").ReactNode
* apiTransform?: Record<string, Record<string, Function>
* apiTransform?: Record<string, Record<string, Function>>
* tabControls?: { add?: boolean, delete?: boolean, edit?: boolean, duplicate?: boolean },
* }} DMConfig
*/
Expand Down

0 comments on commit 187d945

Please sign in to comment.