thumbnail.type.ts 61 B

1234
  1. export enum ThumbnailType {
  2. MINIATURE = 1,
  3. PREVIEW = 2
  4. }