mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
* feat(variable): loop batch variable materials + set variable ref content in demo to be array * docs(materials): dynamic value input and provide batch input
5 lines
168 B
TypeScript
5 lines
168 B
TypeScript
import type { VarJSONSchema } from '@flowgram.ai/free-layout-editor';
|
|
|
|
export type BasicType = VarJSONSchema.BasicType;
|
|
export type JsonSchema = VarJSONSchema.ISchema;
|