import { FE_Widget } from "./integration";
export interface FE_IntegrationsResponse {
widgets: FE_Widget[];
}