Add Teams (DB + API + UI)

This commit is contained in:
Abhimanyu Saharan
2026-02-02 18:59:54 +05:30
parent dc8750353d
commit ef2676fa1c
26 changed files with 865 additions and 5 deletions

View File

@@ -8,4 +8,5 @@
export interface ProjectCreate {
name: string;
status?: string;
team_id?: number | null;
}