/** * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT */ import { WorkflowJSON } from '@flowgram.ai/free-layout-editor'; export const DEFAULT_INITIAL_DATA: WorkflowJSON = { nodes: [ { id: 'node_0', type: 'custom', meta: { position: { x: 400, y: 0 }, }, }, ], edges: [], };