mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-09-22 08:24:29 +02:00
perf: search (#1091)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user