Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
slavingia committed Sep 25, 2024
1 parent debbaaf commit de0569f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(dashboard)/dashboard/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export interface PullRequest {
export interface TestFile {
name: string;
content: string;
oldContent: string | null;
}

0 comments on commit de0569f

Please sign in to comment.