Skip to content

Commit

Permalink
feat: add export to interface Data
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitR311 committed Dec 21, 2024
1 parent e1bd600 commit c95b1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/RunsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface Column {
format?: (value: string) => string;
}

interface Data {
export interface Data {
id: number;
status: string;
name: string;
Expand Down

0 comments on commit c95b1b8

Please sign in to comment.