interface RemoveWidgetArgs {
    dryRun?: boolean;
    widgetId: string;
}

Properties

Properties

dryRun?: boolean
widgetId: string