mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Fix merge conflict markers in types
This commit is contained in:
@@ -517,16 +517,6 @@ export interface ManualCheckResponse {
|
||||
new_status: string | null
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
// Ticket notification types
|
||||
export interface TicketNotification {
|
||||
id: number
|
||||
ticket_id: number
|
||||
notification_type: string
|
||||
message: string
|
||||
is_read: boolean
|
||||
created_at: string
|
||||
=======
|
||||
// Ticket notifications types
|
||||
export interface TicketNotification {
|
||||
id: number
|
||||
@@ -536,25 +526,17 @@ export interface TicketNotification {
|
||||
is_read: boolean
|
||||
created_at: string
|
||||
read_at: string | null
|
||||
>>>>>>> af948391078db4bb97a333feb7e0ddfcf638b076
|
||||
}
|
||||
|
||||
export interface TicketNotificationList {
|
||||
items: TicketNotification[]
|
||||
<<<<<<< HEAD
|
||||
total: number
|
||||
=======
|
||||
unread_count: number
|
||||
>>>>>>> af948391078db4bb97a333feb7e0ddfcf638b076
|
||||
}
|
||||
|
||||
export interface UnreadCountResponse {
|
||||
unread_count: number
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
// Extended TicketSettings with cabinet notifications
|
||||
export interface TicketSettings {
|
||||
sla_enabled: boolean
|
||||
sla_minutes: number
|
||||
@@ -564,4 +546,3 @@ export interface TicketSettings {
|
||||
cabinet_user_notifications_enabled: boolean
|
||||
cabinet_admin_notifications_enabled: boolean
|
||||
}
|
||||
>>>>>>> af948391078db4bb97a333feb7e0ddfcf638b076
|
||||
|
||||
Reference in New Issue
Block a user