wechat-article / types /credential.d.ts
asemxin2000's picture
Deploy wechat-article-exporter to Space
6e41657 verified
Raw
History Blame Contribute Delete
298 Bytes
export interface ParsedCredential {
nickname?: string;
avatar?: string;
biz: string;
uin: string;
key: string;
pass_ticket: string;
wap_sid2: string;
appmsg_token: string;
cookie: string;
timestamp: number;
time?: string;
valid: boolean;
added?: boolean;
}