interface ThreadPriorityChangedPublicEventPayload {
    eventType: "thread.thread_priority_changed";
    previousThread: Thread;
    thread: Thread;
}

Properties

eventType: "thread.thread_priority_changed"
previousThread: Thread
thread: Thread

Generated using TypeDoc