From 394f1ed37ce860da6fdc385769bf29f9737105cd Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Thu, 4 Jun 2026 21:21:20 +0900 Subject: chore: genesis — remove all files to rebuild from scratch (arch rewrite) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/api/src/types.ts | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 packages/api/src/types.ts (limited to 'packages/api/src/types.ts') diff --git a/packages/api/src/types.ts b/packages/api/src/types.ts deleted file mode 100644 index a88e41b..0000000 --- a/packages/api/src/types.ts +++ /dev/null @@ -1,2 +0,0 @@ -// Re-export types from @dispatch/core for convenience -export type { AgentEvent, AgentStatus } from "@dispatch/core"; -- cgit v1.2.3