@the-convocation/twitter-scraper 0.14.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types/index.d.ts
CHANGED
|
@@ -533,4 +533,4 @@ declare class Scraper {
|
|
|
533
533
|
private handleResponse;
|
|
534
534
|
}
|
|
535
535
|
|
|
536
|
-
export { type Profile, type QueryProfilesResponse, type QueryTweetsResponse, Scraper, SearchMode, type Tweet };
|
|
536
|
+
export { type Mention, type Photo, type PlaceRaw, type Profile, type QueryProfilesResponse, type QueryTweetsResponse, Scraper, SearchMode, type Tweet, type Video };
|