mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Type functions
This commit is contained in:
parent
4d4e5cd4dc
commit
69818c9394
96 changed files with 990 additions and 544 deletions
8
shared/models/user.model.ts
Normal file
8
shared/models/user.model.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export interface User {
|
||||
id: number
|
||||
username: string
|
||||
email: string
|
||||
displayNSFW: boolean
|
||||
role: string[]
|
||||
createdAt: Date
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue