export interface User { id: string token: string name: string } export const usersByToken = new Map() export const usersById = new Map()