mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +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;
|
createdAt: DateTime | null;
|
||||||
updatedBy: User | null;
|
updatedBy: User | null;
|
||||||
updatedAt: DateTime | null;
|
updatedAt: DateTime | null;
|
||||||
|
deleted: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AddresseeHistory {
|
export interface AddresseeHistory {
|
||||||
|
Reference in New Issue
Block a user