mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 17:56:15 +00:00
7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
export interface EarnablePoints {
|
|
desktopSearchPoints: number
|
|
mobileSearchPoints: number
|
|
dailySetPoints: number
|
|
morePromotionsPoints: number
|
|
totalEarnablePoints: number
|
|
} |