Interface WorkContent

interface WorkContent {
    chapters: Chapter[];
    notes: Notes;
}

Properties

Properties

chapters: Chapter[]
notes: Notes

Generated using TypeDoc