import { Widget } from "./integration"; export interface DimensionIntegrationsResponse { widgets: Widget[]; }