From 83729ca507a3266f3793c3ff2db7229a86e80aa6 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 20 May 2026 15:16:19 -0400 Subject: mutiple next unions --- docs/type_system/index.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/type_system/index.md') diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 95602c6..88dc5e3 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -20,6 +20,10 @@ If a field in a template is not filed, one of these are required: Denotes a field in a template that has not resolved +##### Is[TYPE; ...] + +Denotes the type is one of the specified types in the list + ##### Void Denotes that a field that does not resolve to anything -- cgit v1.2.3