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