Type Alias ChunkHtmlContentReqPayload
ChunkHtmlContentReqPayload: {
body_remove_strings?: string[] | null;
chunk_html: string;
heading_remove_strings?: string[] | null;
}
Type declaration
Optional
body_remove_strings?: string[] | null
chunk_html: string
Optional
heading_remove_strings?: string[] | null
Text strings to remove from body when creating chunks for each page