UNPKG

maniiifest

Version:

Typesafe IIIF presentation v3 manifest and collection parsing without external dependencies

17 lines (16 loc) 664 B
"use strict"; /** * Public-facing types that represent the clean data structure after ATDGEN processing. * These types reflect what users actually get when calling Maniiifest methods, * with all the {kind, value} structures already removed by the adapter functions. * * ⚠️ AUTO-GENERATED FILE - DO NOT EDIT MANUALLY * Generated by: npm run generate-public-types * Source: src/specification.ts (generated from specification.atd) * * To regenerate after ATD changes: * 1. Update specification.atd * 2. Regenerate specification.ts with atdgen * 3. Run: npm run generate-public-types */ Object.defineProperty(exports, "__esModule", { value: true });