import { ServerError } from './ServerError.generated'; export interface SendChatActionServerErrorResponse extends ServerError { }