/** Properties of a workflow status. */
export interface WorkflowStatusProperties {
  /** Whether issues are editable in this status. */
  issueEditable: boolean;
}
