import { UserStateType } from './user-state'; export interface UserStateUpdatedEvent { uid: string; s: UserStateType; }