import { Chat } from "../Entities/Chat"; import { Response } from "./Response"; export interface ResponseChat extends Chat, Response {}