mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +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[],
|
currentPersons: Person[],
|
||||||
currentMotive: null|Motive,
|
currentMotive: null|Motive,
|
||||||
history: TicketHistoryLine[],
|
history: TicketHistoryLine[],
|
||||||
|
createdAt: DateTime|null,
|
||||||
|
updatedBy: User|null,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user