> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# type

<h3 id="atoti.type.BOOLEAN">
  BOOLEAN
</h3>

> atoti.type.BOOLEAN: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['boolean'] = `'boolean'`

Boolean data type.

<h3 id="atoti.type.DOUBLE">
  DOUBLE
</h3>

> atoti.type.DOUBLE: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['double'] = `'double'`

Double data type.

<h3 id="atoti.type.DOUBLE_ARRAY">
  DOUBLE\_ARRAY
</h3>

> atoti.type.DOUBLE\_ARRAY: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['double\[]'] = `'double[]'`

Double array data type.

<h3 id="atoti.type.FLOAT">
  FLOAT
</h3>

> atoti.type.FLOAT: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['float'] = `'float'`

Float data type.

<h3 id="atoti.type.FLOAT_ARRAY">
  FLOAT\_ARRAY
</h3>

> atoti.type.FLOAT\_ARRAY: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['float\[]'] = `'float[]'`

Float array data type.

<h3 id="atoti.type.INT">
  INT
</h3>

> atoti.type.INT: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['int'] = `'int'`

Int data type.

<h3 id="atoti.type.INT_ARRAY">
  INT\_ARRAY
</h3>

> atoti.type.INT\_ARRAY: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['int\[]'] = `'int[]'`

Int array data type.

<h3 id="atoti.type.LOCAL_DATE">
  LOCAL\_DATE
</h3>

> atoti.type.LOCAL\_DATE: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['LocalDate'] = `'LocalDate'`

LocalDate data type.

<h3 id="atoti.type.LOCAL_DATE_TIME">
  LOCAL\_DATE\_TIME
</h3>

> atoti.type.LOCAL\_DATE\_TIME: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['LocalDateTime'] = `'LocalDateTime'`

LocalDateTime data type.

<h3 id="atoti.type.LOCAL_TIME">
  LOCAL\_TIME
</h3>

> atoti.type.LOCAL\_TIME: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['LocalTime'] = `'LocalTime'`

LocalTime data type.

<h3 id="atoti.type.LONG">
  LONG
</h3>

> atoti.type.LONG: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['long'] = `'long'`

Long data type.

<h3 id="atoti.type.LONG_ARRAY">
  LONG\_ARRAY
</h3>

> atoti.type.LONG\_ARRAY: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['long\[]'] = `'long[]'`

Long array data type.

<h3 id="atoti.type.OBJECT">
  OBJECT
</h3>

> atoti.type.OBJECT: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['Object'] = `'Object'`

Object data type.

<h3 id="atoti.type.STRING">
  STRING
</h3>

> atoti.type.STRING: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['String'] = `'String'`

String data type.

<h3 id="atoti.type.ZONED_DATE_TIME">
  ZONED\_DATE\_TIME
</h3>

> atoti.type.ZONED\_DATE\_TIME: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['ZonedDateTime'] = `'ZonedDateTime'`

ZonedDateTime data type.
