Skip to content

Commit

Permalink
Remove _id from types
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Jun 30, 2024
1 parent feb188f commit 58d0f13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export type VEHICLE_TYPE =
| "Station-wagon";

export interface Car {
_id?: string;
month: string;
make: string;
importer_type?: string;
Expand All @@ -35,7 +34,6 @@ export interface TabItem {
}

export interface COEResult {
_id: string;
month: string;
bidding_no: number;
vehicle_class: string;
Expand Down

0 comments on commit 58d0f13

Please sign in to comment.