diff --git a/src/cli/src/commands/project.ts b/src/cli/src/commands/project.ts index 6f5a3a2..d333735 100644 --- a/src/cli/src/commands/project.ts +++ b/src/cli/src/commands/project.ts @@ -1,14 +1,6 @@ import { Command } from 'commander'; import type { ApiClient } from '../api-client.js'; -interface Project { - id: string; - name: string; - description: string; - ownerId: string; - createdAt: string; -} - interface Profile { id: string; name: string;