7 lines
68 B
TypeScript
7 lines
68 B
TypeScript
|
|
import { Entity } from "typeorm";
|
||
|
|
|
||
|
|
@Entity()
|
||
|
|
export class User {
|
||
|
|
|
||
|
|
}
|