From c057eb0aaed4a746f2d3a4f15688ef21cc6213b3 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 17 May 2022 20:48:54 -0500 Subject: fixes and improved tooltip --- src/lib/APITypes.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/APITypes.d.ts') diff --git a/src/lib/APITypes.d.ts b/src/lib/APITypes.d.ts index 6429e8b..95231f7 100644 --- a/src/lib/APITypes.d.ts +++ b/src/lib/APITypes.d.ts @@ -450,6 +450,6 @@ export interface SimpleAuctionSchema { } export interface ItemAuctionsSchema { /** The id of the item */ - _id: string + id: string auctions: SimpleAuctionSchema[] } -- cgit