Interface LockOrUnlockAThreadRequestProps

Hierarchy

  • LockOrUnlockAThreadRequestProps

Properties

Properties

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

Type declaration

  • locked: string
  • thread_id: string

Generated using TypeDoc