/* eslint-disable */ // 该文件由 OneAPI 自动生成,请勿手动修改! declare namespace LgoinAPI { interface AuthToken { access_token?: string, expires_in?: number, msg?: string } interface AuthResult { success?: boolean data?: AuthToken code: number msg?: string } interface RoutesResult { functions: Array } interface V3AuthResult { jwt: string; states: string; } }