interface ThreadFieldCreatedPublicEventPayload {
    eventType: "thread.thread_field_created";
    thread: Thread;
    threadField: ThreadField;
}

Properties

eventType: "thread.thread_field_created"
thread: Thread
threadField: ThreadField

Generated using TypeDoc