UNPKG

@botonic/core

Version:
12 lines (10 loc) 217 B
import { Session } from './legacy-types' export interface User { id: string //TODO: UUID providerId?: string websocketId?: string session: Session route: string isOnline: boolean locationInfo: string }