export interface GetUserReportTicketsRequest {
  UserId: number;
}
