/** * This file was auto-generated by Fern from our API Definition. */ /** * Persistent state for the thread * * @example * { * "hasAttachments": true, * "lastMessageSentAt": "2025-04-01T12:34:56Z" * } */ export type ThreadState = Record;