mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-20 23:13:58 +00:00
v3.1.0 initial
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
export interface Account {
|
||||
email: string
|
||||
password: string
|
||||
totp?: string
|
||||
totpSecret?: string
|
||||
recoveryEmail: string
|
||||
geoLocale: 'auto' | string
|
||||
langCode: 'en' | string
|
||||
proxy: AccountProxy
|
||||
saveFingerprint: ConfigSaveFingerprint
|
||||
}
|
||||
|
||||
export interface AccountProxy {
|
||||
@@ -13,3 +16,8 @@ export interface AccountProxy {
|
||||
password: string
|
||||
username: string
|
||||
}
|
||||
|
||||
export interface ConfigSaveFingerprint {
|
||||
mobile: boolean
|
||||
desktop: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user