/** * Base widget placement definition, layout placements should inherit from this. */ export interface WidgetPlacement { /** * Layout type of the dashboard the widget is in. Currently no layouts are supported. */ layout?: string; }