feat(frontend) : add clientTicket to Task DTO
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -22,6 +22,7 @@ export type Task = {
|
|||||||
tags: TaskTag[]
|
tags: TaskTag[]
|
||||||
documents: TaskDocument[]
|
documents: TaskDocument[]
|
||||||
archived: boolean
|
archived: boolean
|
||||||
|
clientTicket?: { id: number; number: number; type: string; status: string; title: string } | null
|
||||||
}
|
}
|
||||||
|
|
||||||
export type TaskWrite = {
|
export type TaskWrite = {
|
||||||
|
|||||||
Reference in New Issue
Block a user