UNPKG

voluptasvelit

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