]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/users/user-create-result.model.ts
Remove comments, rates and views from stats
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-create-result.model.ts
1 export interface UserCreateResult {
2 id: number
3
4 account: {
5 id: number
6 }
7 }