Interface LockOrUnlockASectionRequestProps

Hierarchy

  • LockOrUnlockASectionRequestProps

Properties

Properties

body: {
    locked: string;
    section_id: string;
    thread_id: string;
}

Type declaration

  • locked: string
  • section_id: string
  • thread_id: string

Generated using TypeDoc