export interface DeleteTicketRequest { ticketid: number; } export interface DeleteTicketResponse { result: string; }