Files
elasticsearch-js/docs/reference/api/FieldValue.md
2025-05-27 15:30:21 -05:00

5 lines
111 B
Markdown

## `FieldValue`
:::
type FieldValue = [long](./long.md) | [double](./double.md) | string | boolean | null;
:::