// Method which allows to define the type verry specific and type checks all import { IWidgetDefinition } from './widgets'; // The options of IWidgetDefinition are so heavily typed that it even used 'true' as type export const defineWidget = >( options: TOptions ) => options;