export interface ConversationCreatedPayload {
    type: "conversation_created";
    /** ID of the created conversation */
    conversation_id: string;
}
