perf: search (#1091)

This commit is contained in:
Jonas Plum
2024-08-03 14:58:55 +02:00
committed by GitHub
parent b929100d30
commit 84ae933cfb
6 changed files with 90 additions and 42 deletions
+10
View File
@@ -32,6 +32,16 @@ export interface Ticket {
}
}
export interface SearchTicket {
id: string
name: string
created: string
description: string
open: boolean
type: string
owner_name: string
}
export interface Task {
id: string