export interface DeleteTicketReplyRequest { ticketid: number; replyid: number; } export interface DeleteTicketReplyResponse { result: string; }