mirror of
https://github.com/danbulant/ester_os
synced 2026-06-17 05:11:05 +00:00
Update user interface
This commit is contained in:
parent
cc81fed1d2
commit
ec81d5f8ff
1 changed files with 3 additions and 0 deletions
|
|
@ -9,7 +9,10 @@ interface User {
|
|||
avatar: URL;
|
||||
backgrounds: URL[];
|
||||
|
||||
fetchData(): Promise<User>;
|
||||
|
||||
settings: UserSettings;
|
||||
fetchSettings(): Promise<UserSettings>;
|
||||
}
|
||||
|
||||
export default User;
|
||||
Loading…
Reference in a new issue