import { StateShapeStyle } from "./StateShapeStyle"; export interface FlowNodeStateShapeStyle { [clrTypeId: string]: StateShapeStyle; }