mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-19 06:23:58 +00:00
v3 init
Based of v3.0.0b10.
This commit is contained in:
20
src/interface/Points.ts
Normal file
20
src/interface/Points.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export interface BrowserEarnablePoints {
|
||||
desktopSearchPoints: number
|
||||
mobileSearchPoints: number
|
||||
dailySetPoints: number
|
||||
morePromotionsPoints: number
|
||||
totalEarnablePoints: number
|
||||
}
|
||||
|
||||
export interface AppEarnablePoints {
|
||||
readToEarn: number
|
||||
checkIn: number
|
||||
totalEarnablePoints: number
|
||||
}
|
||||
|
||||
export interface MissingSearchPoints {
|
||||
mobilePoints: number
|
||||
desktopPoints: number
|
||||
edgePoints: number
|
||||
totalPoints: number
|
||||
}
|
||||
Reference in New Issue
Block a user