UNPKG

datadirect

Version:
11 lines (10 loc) 276 B
import { HTMLString } from '@battis/descriptive-types'; export type Widget = { WidgetId: number; ShortDescription: string; LongDescription: HTMLString; ContextLabelId: number; ContextValue: number; SortOrder: number; }; export type Content = Widget[];