chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
export interface PRData {
|
||||
id: string;
|
||||
title: string;
|
||||
status: string;
|
||||
assignedReviewer: string;
|
||||
assignedTester: string;
|
||||
daysSinceStatusChange: number;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
userId: number;
|
||||
author: string;
|
||||
repository: string;
|
||||
branch: string;
|
||||
}
|
||||
|
||||
export interface chartData {
|
||||
name: string;
|
||||
value: number;
|
||||
}
|
||||
|
||||
export interface WeeklyCount {
|
||||
week: string;
|
||||
count: number;
|
||||
}
|
||||
Reference in New Issue
Block a user