/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * Text content of the message.
 */
export interface TextContent {
    text: string;
}
