feat(ticket): rebuild lightweight ticket workspace

This commit is contained in:
mlogclub
2026-05-02 20:01:31 +08:00
parent 5ccee6f714
commit 43c245e37e
4 changed files with 655 additions and 169 deletions
+1
View File
@@ -96,6 +96,7 @@ export type TicketListQuery = {
channel?: string
mine?: number | boolean
unassigned?: number | boolean
staleHours?: number
}
export type CreateTicketPayload = {