Interface CreateLivePasteSectionRequestProps

Hierarchy

  • CreateLivePasteSectionRequestProps

Properties

Properties

body: {
    destination_section_id?: string;
    location?: string;
    source_section_id: string;
    source_thread_id: string;
    thread_id: string;
}

Type declaration

  • Optional destination_section_id?: string
  • Optional location?: string
  • source_section_id: string
  • source_thread_id: string
  • thread_id: string

Generated using TypeDoc