mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 02:14:50 +10:00
🚀 release v3.0.0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { Resume } from './resume';
|
||||
|
||||
export type User = {
|
||||
id: number;
|
||||
name: string;
|
||||
username: string;
|
||||
email: string;
|
||||
password?: string;
|
||||
provider: 'email' | 'google';
|
||||
resetToken?: string;
|
||||
resumes: Resume[];
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
};
|
||||
Reference in New Issue
Block a user