mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
Ajouter les propriétés createdAt et updatedBy à l'interface Ticket
This commit is contained in:
@@ -80,5 +80,7 @@ export interface Ticket {
|
||||
currentPersons: Person[],
|
||||
currentMotive: null|Motive,
|
||||
history: TicketHistoryLine[],
|
||||
createdAt: DateTime|null,
|
||||
updatedBy: User|null,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user