## IssueSeverity type  
**Signature:**  
```typescript
export type IssueSeverity = 'error' | 'fatal' | 'warning' | 'information';
```  
- [IssueSeverity type](/content/docs/sdk/core.issueseverity#issueseverity-type/index.html)
