sandbox-agent/foundry/packages/frontend/src/foundry-client-view-model.d.ts
Nathan Flurry d75e8c31d1
Rename Foundry handoffs to tasks (#239)
* Restore foundry onboarding stack

* Consolidate foundry rename

* Create foundry tasks without prompts

* Rename Foundry handoffs to tasks
2026-03-11 13:23:54 -07:00

7 lines
232 B
TypeScript

declare module "@sandbox-agent/foundry-client/view-model" {
export {
TASK_STATUS_GROUPS,
groupTaskStatus,
} from "@sandbox-agent/foundry-client";
export type { TaskStatusGroup } from "@sandbox-agent/foundry-client";
}