Interface EditADocumentRequestProps
Hierarchy
- EditADocumentRequestProps
Properties
body
body
: { content
?: string; documentRange
?: string; format
?: "html" | "markdown"; location
?: EditADocumentLocation; section_id
?: string; thread_id
: string; }
Type declaration
-
Optional content?: string
-
Optional documentRange?: string
-
Optional format?: "html" | "markdown"
-
-
Optional section_id?: string
-
thread_id: string