View on GitHub

Library API Documentation

Documentation for Library API Packages

Library Core / types/dto / MediaCatalogDatabaseDTO

Interface: MediaCatalogDatabaseDTO

types/dto.MediaCatalogDatabaseDTO

An object representation of the Media Catalog NDJSON file.

Table of contents

Properties

Properties

mediaItems

mediaItems: MediaCatalogItemDTO[]

A list of media items in this catalog.

Defined in

types/dto.d.ts:201


version

version: number

The version of the catalog.

Defined in

types/dto.d.ts:190