Interface EditADocumentRequestProps

Hierarchy

  • EditADocumentRequestProps

Properties

Properties

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 location?: EditADocumentLocation
  • Optional section_id?: string
  • thread_id: string

Generated using TypeDoc