mirror of
https://github.com/danbulant/ester_os
synced 2026-05-19 04:08:44 +00:00
add id field
This commit is contained in:
parent
ff4bf49cee
commit
255a250869
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import UserSettings from "./userSettings";
|
||||
import UUID from './uuid';
|
||||
|
||||
interface User {
|
||||
sysName: string;
|
||||
|
|
@ -6,6 +7,8 @@ interface User {
|
|||
firstName: string;
|
||||
lastName: string;
|
||||
|
||||
id: UUID;
|
||||
|
||||
avatar: URL;
|
||||
backgrounds: URL[];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue