# Type alias DashboardModel

DashboardModel: object

# Type declaration

# dataSource

dataSource: DataSource


# oid

oid: string


# title

title: string


# widgets

widgets?: WidgetModel[]