, * reload_interval: int, * buttons?: list, * } * * @psalm-type DashboardWidgetItem = array{ * subtitle: string, * title: string, * link: string, * iconUrl: string, * overlayIconUrl: string, * sinceId: string, * } * * @psalm-type DashboardWidgetItems = array{ * items: list, * emptyContentMessage: string, * halfEmptyContentMessage: string, * } */ class ResponseDefinitions { }