export interface UpdateAdminNotesRequest { notes: string; } export interface UpdateAdminNotesResponse { result: string; }