export interface DeleteTicketNoteRequest { noteid: number; } export interface DeleteTicketNoteResponse { result: string; }