/** The x and y location of the status in the workflow. */
export interface WorkflowStatusLayout {
  /** The x axis location. */
  x?: number;
  /** The y axis location. */
  y?: number;
}
