/**
 * @example
 *     {
 *         conversation_id: 1
 *     }
 */
export interface DeleteConversationRequest {
    /** id */
    conversation_id: number;
}
