---
title: IntegerLiteralType
framework: swift
role: symbol
role_heading: Type Alias
path: swift/integerliteraltype
---

# IntegerLiteralType

The default type for an otherwise-unconstrained integer literal.

## Declaration

```swift
typealias IntegerLiteralType = Int
```

## See Also

### Basic Values

- [BooleanLiteralType](swift/booleanliteraltype.md)
- [FloatLiteralType](swift/floatliteraltype.md)
