Fix type issue

This commit is contained in:
Ramon Wenger 2024-02-05 17:24:48 +01:00
parent c9746769ab
commit c32864203e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export interface ExtendedContentBlockNode extends ContentBlockNode {
} }
export interface Chapter extends Hideable, Page { export interface Chapter extends Hideable, Page {
contentBlocks: ContentBlock[]; contentBlocks: ExtendedContentBlockNode[];
bookmark: any; bookmark: any;
titleHidden: boolean; titleHidden: boolean;
descriptionHidden: boolean; descriptionHidden: boolean;