change and add into components, widgets and pages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { TicketStatus } from '@/types/Status';
|
||||
|
||||
export interface Ticket {
|
||||
id: string;
|
||||
subject: string;
|
||||
description: string;
|
||||
category: string;
|
||||
status: TicketStatus;
|
||||
created: string;
|
||||
}
|
||||
Reference in New Issue
Block a user