// 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",
}