Fix project CRUD

This commit is contained in:
Louis Knight-Webb
2025-06-14 17:14:52 -04:00
parent ca231bd6be
commit 55cc59be94
5 changed files with 12 additions and 11 deletions

View File

@@ -23,7 +23,6 @@ export interface Project {
export interface CreateProject {
name: string
owner_id: string
}
export interface UpdateProject {