export interface CancelUserReportRequest {
  UserReportId: string;
}
