import { ShapeStyle } from "./ShapeStyle"; import { FlowNodeState } from "@edp-pmf/bpmn-model"; export interface StateShapeStyle { [FlowNodeState.Default]: ShapeStyle; [state: string]: ShapeStyle; }