This commit is contained in:
parent
59373c6380
commit
6515bda730
18 changed files with 728 additions and 39 deletions
10
frontend-vue/src/stores/userdata.ts
Normal file
10
frontend-vue/src/stores/userdata.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import type { MediaMetadata } from '@/stores/media.ts'
|
||||
|
||||
export interface User {
|
||||
username: string
|
||||
displayName: string
|
||||
description: string
|
||||
profilePicture?: MediaMetadata
|
||||
bannerPicture?: MediaMetadata
|
||||
backgroundPicture?: MediaMetadata
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue