1
0
Fork 0
peertube/shared/models/actors/actor-image.type.ts

5 lines
64 B
TypeScript

export const enum ActorImageType {
AVATAR = 1,
BANNER = 2
}