]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/avatars/avatar.model.ts
Move nodeinfo model in shared/
[github/Chocobozzz/PeerTube.git] / shared / models / avatars / avatar.model.ts
CommitLineData
2295ce6c
C
1export interface Avatar {
2 path: string
3 createdAt: Date | string
4 updatedAt: Date | string
5}