Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Jan 21, 2025
1 parent 0f7285f commit e1852d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/ai_marketplace_monitor/items.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from typing import TypedDict


class SearchedItem(TypedDict):
marketplace: str
# unique identification
id: str
title: str
image: str
price: str
post_url: str
location: str
description: str

0 comments on commit e1852d9

Please sign in to comment.