interface AddWidgetArgs {
    dryRun?: boolean;
    widget: HonuaAgentWidgetSpec;
}

Properties

Properties

dryRun?: boolean