/** * This file was auto-generated by Fern from our API Definition. */ /** * The state of the chapter. */ export type ChapterWithContentResponseModelState = "default" | "converting"; export declare const ChapterWithContentResponseModelState: { readonly Default: "default"; readonly Converting: "converting"; };