transformScriptModel.ts 233 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import { BasicPageParams } from '/@/api/model/baseModel'; export type TransFormScriptParams = { nodeType: 0 | 1; name?: string; status?: string; }; export type TTransFormScriptParams = BasicPageParams & TransFormScriptParams;