mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-02 05:57:45 +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;
|
createdAt: DateTime | null;
|
||||||
updatedBy: User | null;
|
updatedBy: User | null;
|
||||||
updatedAt: DateTime | null;
|
updatedAt: DateTime | null;
|
||||||
|
deleted: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AddresseeHistory {
|
export interface AddresseeHistory {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user