flow-mock-node-json.ts 248 B

1234567891011121314151617
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. export const flowJson = {
  6. nodes: [
  7. {
  8. type: 'start',
  9. id: 'start',
  10. },
  11. {
  12. type: 'mock',
  13. id: 'mock',
  14. },
  15. ],
  16. }