export interface GetUserReportWriterResultRecordsRequest {
  UserId: number;
  Depth?: number;
  StartIndex?: number;
}
