diff --git a/js/src/lib/components/InferenceWidget/shared/WidgetExample.ts b/js/src/lib/components/InferenceWidget/shared/WidgetExample.ts index 8ddaf0fd6..ffbcc6335 100644 --- a/js/src/lib/components/InferenceWidget/shared/WidgetExample.ts +++ b/js/src/lib/components/InferenceWidget/shared/WidgetExample.ts @@ -111,4 +111,4 @@ export type WidgetExample = type KeysOfUnion = T extends any ? keyof T : never; -export type WidgetExampleAttribute = KeysOfUnion; \ No newline at end of file +export type WidgetExampleAttribute = KeysOfUnion;