Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Jul 9, 2024
1 parent e537641 commit c575205
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export interface COEResult {
month: string;
bidding_no: string;
vehicle_class: string;
quota: string;
bids_success: string;
bids_received: string;
premium: string;
quota: number;
bids_success: number;
bids_received: number;
premium: number;
}

0 comments on commit c575205

Please sign in to comment.