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