Skip to content

Commit

Permalink
Remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Dec 22, 2023
1 parent 0097882 commit 05f72b8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/core/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,3 @@ export type CarType = {
number: number;
selected?: boolean;
};

export type Dataset = {
label: string;
data: number[];
};

export interface ChartDataset extends Dataset {
borderColor: string;
checked: boolean;
}

0 comments on commit 05f72b8

Please sign in to comment.