mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-29 06:09:45 +08:00
8
src/types/User/Account.d.ts
vendored
8
src/types/User/Account.d.ts
vendored
@@ -1,12 +1,12 @@
|
||||
/**
|
||||
* @file types/User/Account.d.ts
|
||||
* @description 用户账号相关类型定义文件
|
||||
* @since Beta v0.3.8
|
||||
* @since Beta v0.4.3
|
||||
*/
|
||||
|
||||
/**
|
||||
* @description 用户账号相关类型定义命名空间
|
||||
* @since Beta v0.3.8
|
||||
* @since Beta v0.4.3
|
||||
* @namespace TGApp.User.Account
|
||||
* @memberof TGApp.User
|
||||
*/
|
||||
@@ -52,12 +52,11 @@ declare namespace TGApp.User.Account {
|
||||
|
||||
/**
|
||||
* @description 用户 Cookie 类型
|
||||
* @since Beta v0.3.8
|
||||
* @since Beta v0.4.3
|
||||
* @interface Cookie
|
||||
* @memberof TGApp.User.Account
|
||||
* @property {string} account_id 账号 ID
|
||||
* @property {string} cookie_token Cookie Token
|
||||
* @property {string} game_token 游戏 Token
|
||||
* @property {string} ltoken LToken
|
||||
* @property {string} ltuid LTUID
|
||||
* @property {string} mid MID
|
||||
@@ -67,7 +66,6 @@ declare namespace TGApp.User.Account {
|
||||
interface Cookie {
|
||||
account_id: string;
|
||||
cookie_token: string;
|
||||
game_token: string;
|
||||
ltoken: string;
|
||||
ltuid: string;
|
||||
mid: string;
|
||||
|
||||
Reference in New Issue
Block a user