Interface: BookSectionRow
Defined in: Data/Core/RowTypes.ts:172
Row from the book_section table
Extends
BaseRow
Indexable
[
key:string]:unknown
Properties
content?
optionalcontent?:string
Defined in: Data/Core/RowTypes.ts:177
content_file?
optionalcontent_file?:string
Defined in: Data/Core/RowTypes.ts:178
metadata?
optionalmetadata?:string
Defined in: Data/Core/RowTypes.ts:180
parent_section_id?
optionalparent_section_id?:number
Defined in: Data/Core/RowTypes.ts:174
section_id
section_id:
number
Defined in: Data/Core/RowTypes.ts:173
section_number?
optionalsection_number?:number
Defined in: Data/Core/RowTypes.ts:175
title?
optionaltitle?:string
Defined in: Data/Core/RowTypes.ts:176
word_count?
optionalword_count?:number
Defined in: Data/Core/RowTypes.ts:179