Skip to content

Commit

Permalink
Updated routing cost properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Apr 23, 2024
1 parent 5a0264a commit fcc58f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,10 @@ export interface APIRoutersResponse {
model: string;
sku: string;
cost: number;
calcprice: number;
ports: string;
wrange: string;
wspeed: string;
special: boolean;
specialcost: number;
}
export interface APIBanksResponse {
bank: string;
Expand Down

0 comments on commit fcc58f3

Please sign in to comment.