]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/avatars/avatar.model.ts
Add alert and hide upload view when no upload is possible (#2966)
[github/Chocobozzz/PeerTube.git] / shared / models / avatars / avatar.model.ts
1 export interface Avatar {
2 path: string
3
4 url?: string
5
6 createdAt: Date | string
7 updatedAt: Date | string
8 }