mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 13:03:26 +00:00
@@ -1,11 +1,4 @@
|
||||
import {
|
||||
Entity,
|
||||
Index,
|
||||
PrimaryKey,
|
||||
Property,
|
||||
Unique,
|
||||
types,
|
||||
} from '@mikro-orm/core';
|
||||
import { Entity, PrimaryKey, Property, Unique, types } from '@mikro-orm/core';
|
||||
import { nanoid } from 'nanoid';
|
||||
|
||||
export type UserProfile = {
|
||||
|
Reference in New Issue
Block a user