/** The layout of the workflow status. */
export interface WorkflowStatusLayoutPayload {
  /** The x coordinate of the status. */
  x?: number;
  /** The y coordinate of the status. */
  y?: number;
}
