[#NUMERO_TICKET] TITRE TICKET #2

Merged
malio merged 302 commits from develop into main 2026-03-18 13:16:19 +00:00
Showing only changes of commit 12d043a50f - Show all commits

View File

@@ -22,6 +22,7 @@ export type Task = {
tags: TaskTag[]
documents: TaskDocument[]
archived: boolean
clientTicket?: { id: number; number: number; type: string; status: string; title: string } | null
}
export type TaskWrite = {