import { Entity } from '@mikro-orm/core' import { BaseChat } from '#entities/base/chat' @Entity() export class Chat extends BaseChat {}