]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - avatars/avatar.model.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / avatars / avatar.model.ts
1 export interface Avatar {
2 path: string
3 createdAt: Date | string
4 updatedAt: Date | string
5 }