export interface User { _id?: string; address: string; session: string; blocktime: number; }