<a id="ksqldb-reference-show-types"></a>

# SHOW TYPES statement in ksqlDB for Confluent Platform

## Synopsis

```sql
SHOW | LIST TYPES;
```

## Description

Lists all custom types and their type definitions.

## Example

```sql
SHOW TYPES;
```
