mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-01-12 09:11:23 +01:00
Split correlated and related tickets (#542)
Co-authored-by: Jonas Plum <git@jonasplum.de>
This commit is contained in:
@@ -2024,6 +2024,12 @@ export interface TicketWithTickets {
|
||||
* @memberof TicketWithTickets
|
||||
*/
|
||||
'comments'?: Array<Comment>;
|
||||
/**
|
||||
*
|
||||
* @type {Array<TicketSimpleResponse>}
|
||||
* @memberof TicketWithTickets
|
||||
*/
|
||||
'correlated_tickets'?: Array<TicketSimpleResponse>;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
|
||||
Reference in New Issue
Block a user