import { UID } from './IConnector';
export interface IUserLoginRecord {
    ts: number;
    uid: UID;
    ip: string;
}
