Interface ThreadStatusTransitionedPublicEventPayload

interface ThreadStatusTransitionedPublicEventPayload {
    eventType: "thread.thread_status_transitioned";
    previousThread: Thread;
    thread: Thread;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

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

Generated using TypeDoc