1
0
Fork 0
peertube/shared/models/videos/thumbnail.type.ts

5 lines
61 B
TypeScript

export enum ThumbnailType {
MINIATURE = 1,
PREVIEW = 2
}