mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-18 05:53:57 +00:00
v3.1.0 initial
This commit is contained in:
@@ -94,3 +94,23 @@ export interface BingTrendingImage {
|
||||
export interface BingTrendingQuery {
|
||||
text: string
|
||||
}
|
||||
|
||||
export interface WikipediaTopResponse {
|
||||
items: Array<{
|
||||
articles: Array<{
|
||||
article: string
|
||||
views: number
|
||||
}>
|
||||
}>
|
||||
}
|
||||
|
||||
export interface RedditListing {
|
||||
data: {
|
||||
children: Array<{
|
||||
data: {
|
||||
title: string
|
||||
over_18: boolean
|
||||
}
|
||||
}>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user