]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/user.model.ts
Add this context to instance model functions
[github/Chocobozzz/PeerTube.git] / shared / models / user.model.ts
CommitLineData
69818c93
C
1export interface User {
2 id: number
3 username: string
4 email: string
5 displayNSFW: boolean
69f616ab 6 role: string
69818c93
C
7 createdAt: Date
8}