Skip to content

Commit e6fb026

Browse files
committed
clean up
1 parent b857966 commit e6fb026

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jigsawstack/web.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ class ScrapeResponse(TypedDict):
113113
data: Any
114114

115115

116+
class LinkParams(TypedDict):
117+
text: str
118+
href: str
119+
120+
116121
class AIScrapeResponse(TypedDict):
117122
success: bool
118123
"""
@@ -123,6 +128,7 @@ class AIScrapeResponse(TypedDict):
123128
page_position_length: int
124129
page_position: int
125130
selectors: object
131+
link: List[LinkParams]
126132

127133

128134
class Web(ClientConfig):

0 commit comments

Comments
 (0)