UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

10 lines (9 loc) 242 B
import { Chapter } from "./Chapters.js"; import { SourceJson } from "@rr0/data"; export interface BookJson extends SourceJson { type: "book"; /** * Variants roots (language-specific, typically) */ variants: Chapter[]; }