mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Add deleted
boolean property to Ticket type definition
This commit is contained in:
@@ -54,6 +54,7 @@ export interface Comment {
|
||||
createdAt: DateTime | null;
|
||||
updatedBy: User | null;
|
||||
updatedAt: DateTime | null;
|
||||
deleted: boolean;
|
||||
}
|
||||
|
||||
export interface AddresseeHistory {
|
||||
|
Reference in New Issue
Block a user