change and add into components, widgets and pages
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export interface TicketMessage {
|
||||
id: string;
|
||||
content: string;
|
||||
created: string;
|
||||
expand?: {
|
||||
author?: {
|
||||
id?: string;
|
||||
name?: string;
|
||||
email?: string;
|
||||
avatar?: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user