Metadata: 可选<{
parents?: Record<string, string>;
source?: "input" | "loop" | "update" | string & {};
step?: number;
writes?: Record<string, unknown> | null;
[key: string]: unknown;
}>
类型声明
[key: string]: unknown
可选
parents?: Record<string, string>
可选
source?: "input" | "loop" | "update" | string & {}
可选
step?: number
可选
writes?: Record<string, unknown> | null