/** The issue type. */
export interface WorkflowProjectIssueTypeUsage {
  /** The ID of the issue type. */
  id?: string;
}
