Ю
Size: a a a
Ю
BS
Y💜
Ю
UT
7
7
Д
k
// src/entities/Post.ts
import { Entity, PrimaryKey, Property } from "@mikro-orm/core";
@Entity()
export class Book {
@PrimaryKey()
id!: number;
@Property()
createdAt = new Date();
@Property({ onUpdate: () => new Date() })
updatedAt = new Date();
@Property()
title!: string;
}
TS2305: Module '"./entities/Post"' has no exported member 'Post'.
k
AC
И
AC
Д
AC
AC
Д
AC
UA
К