import { Entity } from '@mikro-orm/core' import { BaseWorld } from '#entities/base/world' @Entity() export class World extends BaseWorld {}