/** The starting point for the statuses in the workflow. */
export interface WorkflowLayout {
  /** The x axis location. */
  x?: number;
  /** The y axis location. */
  y?: number;
}
