UNPKG

@xmobitea/gn-typescript-client

Version:

GearN Typescript Client SDK by XmobiTea (Pro)

16 lines (15 loc) 348 B
import { GNHashtable } from "./../../common/GNData"; interface AuthInfoResponse { gnToken: string; userId: string; isRemove: boolean; tsExpire: number; otherDatas: GNHashtable; tsCreate: number; secretKey: string; } export declare class GetAuthInfoResponse { error: string; data?: AuthInfoResponse; } export {};