UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

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