Type Alias MediaEntryIdentifier

MediaEntryIdentifier: { hashes: ReadonlyArray<string>; type: MediaType }

Information needed to uniquely identify a media entry (directory)

Type declaration

  • hashes: ReadonlyArray<string>

    Levels of multi-layer hash. For images, there are 2 layers; for others there is 1

  • type: MediaType

    MediaType of the file