Type Alias BookRoot

BookRoot: Overwrite<BaseBookEntry, {
    entryType: Root;
    parent: undefined;
}>

The root of a book tree.