PeerTube/shared/models/videos/thumbnail.type.ts

5 lines
67 B
TypeScript
Raw Normal View History

2020-08-06 14:58:01 +02:00
export const enum ThumbnailType {
2019-04-23 09:50:57 +02:00
MINIATURE = 1,
PREVIEW = 2
}