Yiwei Mao 67fac8cdf1
feat(variable): loop batch variable materials + update ref value typings (#253)
* feat(variable): loop batch variable materials + set variable ref content in demo to be array

* docs(materials): dynamic value input and provide batch input
2025-05-22 11:27:44 +00:00

5 lines
168 B
TypeScript

import type { VarJSONSchema } from '@flowgram.ai/free-layout-editor';
export type BasicType = VarJSONSchema.BasicType;
export type JsonSchema = VarJSONSchema.ISchema;