aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/ItemType.ts
blob: 31a395b314a16ca40b0d8ad57d9cb05ef7133495 (plain)
1
2
3
4
5
6
7
8
9
10
11
// TODO: Convert all ambiant types related to LdGallery to modules

export enum ItemType {
  OTHER = "other",
  PICTURE = "picture",
  PLAINTEXT = "plaintext",
  PDF = "pdf",
  VIDEO = "video",
  AUDIO = "audio",
  DIRECTORY = "directory",
}