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

5 lines
61 B
TypeScript
Raw Normal View History

export enum ThumbnailType {
2019-04-23 09:50:57 +02:00
MINIATURE = 1,
PREVIEW = 2
}