From 5185afffb92f69e2f0de3d3693c1654a9622e1d4 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 20 Feb 2026 15:36:20 +0100 Subject: Add sbyte, byte, datetime, guid, and bytestring data types to nodes config --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index d13cec7..36ade24 100644 --- a/readme.md +++ b/readme.md @@ -185,5 +185,10 @@ created with 5 elements. | `float` | Float | | `double` | Double | | `string` | String | +| `sbyte` | SByte | +| `byte` | Byte | +| `datetime` | DateTime | +| `guid` | Guid | +| `bytestring` | ByteString | Append `[]` to any type name for a 1D array (e.g. `double[]`, `string[]`). -- cgit v1.2.3