From 58d0f1373cd22fdaace41dc5423b24b3893ac998 Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Mon, 1 Jul 2024 02:25:29 +0800 Subject: [PATCH] Remove _id from types --- types/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/index.ts b/types/index.ts index d8f90b1..ab75ee5 100644 --- a/types/index.ts +++ b/types/index.ts @@ -10,7 +10,6 @@ export type VEHICLE_TYPE = | "Station-wagon"; export interface Car { - _id?: string; month: string; make: string; importer_type?: string; @@ -35,7 +34,6 @@ export interface TabItem { } export interface COEResult { - _id: string; month: string; bidding_no: number; vehicle_class: string;