mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-01 21:47:44 +00:00
Add deleted
boolean property to Ticket type definition
This commit is contained in:
parent
088b876e20
commit
c5e6122d2c
@ -54,6 +54,7 @@ export interface Comment {
|
||||
createdAt: DateTime | null;
|
||||
updatedBy: User | null;
|
||||
updatedAt: DateTime | null;
|
||||
deleted: boolean;
|
||||
}
|
||||
|
||||
export interface AddresseeHistory {
|
||||
|
Loading…
x
Reference in New Issue
Block a user