/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * data: { * id: "us_th_123abc", * resourceId: "us_sp_456def", * metadata: { * "origin": "customer-chat" * }, * source: "web", * state: { * "lastInteraction": "2025-04-01T15:30:00Z" * }, * status: Flatfile.ThreadStatus.Active, * createdAt: "2025-04-01T12:00:00Z", * updatedAt: "2025-04-01T15:30:00Z" * } * } */ export interface ThreadResponse { data: Flatfile.ThreadModel; }