/** * This file was auto-generated by Fern from our API Definition. */ /** * A string value that is used in a chat message. */ export interface StringChatMessageContent { type: "STRING"; value: string; }