mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 05:07:10 +00:00
feat: profile
This commit is contained in:
@@ -2,4 +2,13 @@ export interface User {
|
||||
id: string;
|
||||
email: string;
|
||||
username: string;
|
||||
avatar?: string;
|
||||
achievements?: Achievement[];
|
||||
}
|
||||
|
||||
export interface Achievement {
|
||||
name: string;
|
||||
description: string;
|
||||
received_at: Date;
|
||||
icon?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user