8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
/**
|
|
* Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
export type WorkflowInputs = Record<string, any>;
|
|
export type WorkflowOutputs = Record<string, any>;
|