export interface PersonalToC { chapterId: number; pageNumber: number; title: string; bookScrollId: string | undefined; selectedText: string | null; chapterTitle: string | null; /* Ui Only */ position: 0; }