Interface ThreadStatusTransitionedPublicEventPayload

interface ThreadStatusTransitionedPublicEventPayload {
    eventType: "thread.thread_status_transitioned";
    previousThread: Thread;
    thread: Thread;
}

Properties

eventType: "thread.thread_status_transitioned"
previousThread: Thread
thread: Thread

Generated using TypeDoc