import { Id } from "./common"; export interface Chat { id: string; userId: Id; }