export interface WorkflowCapabilities {
  workflowId?: string;
  projectId?: string;
  issueTypeId?: string;
}
