export type BookType = {
  content: any
}

export type ChapterType = {
  title: string
  data: string
}
