View on GitHub

Library API Documentation

Documentation for Library API Packages

Library Core / types/media

Module: types/media

Table of contents

Interfaces

Type aliases

Type aliases

CategoryRowObj

Ƭ CategoryRowObj: CategoryRowObjOnDemand | CategoryRowObjContainer

Defined in

types/media.d.ts:108


MediaCatalogRow

Ƭ MediaCatalogRow: CatalogSchemaVersionRow | LanguageRow | CategoryRow | MediaItemRow | SignatureRow

A row of the Media Catalog NDJSON file.

Rows can have different structures and are identified using type.

Defined in

types/media.d.ts:197