Interface ThreadCreatedPublicEventPayload

interface ThreadCreatedPublicEventPayload {
    eventType: "thread.thread_created";
    thread: Thread;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

Properties

eventType: "thread.thread_created"
thread: Thread

Generated using TypeDoc