mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-20 06:53:59 +00:00
v3 init
Based of v3.0.0b10.
This commit is contained in:
15
src/interface/Account.ts
Normal file
15
src/interface/Account.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export interface Account {
|
||||
email: string
|
||||
password: string
|
||||
totp?: string
|
||||
geoLocale: 'auto' | string
|
||||
proxy: AccountProxy
|
||||
}
|
||||
|
||||
export interface AccountProxy {
|
||||
proxyAxios: boolean
|
||||
url: string
|
||||
port: number
|
||||
password: string
|
||||
username: string
|
||||
}
|
||||
Reference in New Issue
Block a user