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

5 lines
67 B
TypeScript

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