UNPKG

@ems-press/content-api-types

Version:

Typescript types for the EMS Press Content API

6 lines 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bookChapterOnlineAccessType = exports.bookChapterTypes = void 0; exports.bookChapterTypes = ["other", "front-cover", "front-matter", "preface", "table-of-contents", "introduction", "chapter", "collected-volume-article", "title-page", "bibliography", "index", "appendix", "back-cover"]; exports.bookChapterOnlineAccessType = ["subscription", "open", "free"]; //# sourceMappingURL=book-chapters.js.map