---
title: Bool.BooleanLiteralType
framework: swift
role: symbol
role_heading: Type Alias
path: swift/bool/booleanliteraltype
---

# Bool.BooleanLiteralType

A type that represents a Boolean literal, such as Bool.

## Declaration

```swift
typealias BooleanLiteralType = Bool
```
