The bool type is a data type which can be either true or false.
bool
true
false
Example:
let x: bool = true