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