]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/actors/actor-image.type.ts
Translated using Weblate (German)
[github/Chocobozzz/PeerTube.git] / shared / models / actors / actor-image.type.ts
1 export const enum ActorImageType {
2 AVATAR = 1,
3 BANNER = 2
4 }