Bugfix/fix user account creation (#682)
* Fix the user account creation * Update changelogpull/683/head
parent
07656c6a95
commit
82069da4e2
@ -1,4 +1,7 @@
|
||||
import { Role } from '@prisma/client';
|
||||
|
||||
export interface UserItem {
|
||||
accessToken?: string;
|
||||
authToken: string;
|
||||
role: Role;
|
||||
}
|
||||
|
Loading…
Reference in new issue