UNPKG

voluptasvelit

Version:
5 lines (3 loc) 212 B
import { ICustomNode } from '../../interfaces/custom-nodes/ICustomNode'; import { IMapStorage } from '../../interfaces/storages/IMapStorage'; export type TControlFlowStorage = IMapStorage <string, ICustomNode>;