diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-20 15:16:19 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-20 15:16:19 -0400 |
| commit | 83729ca507a3266f3793c3ff2db7229a86e80aa6 (patch) | |
| tree | 03c9d6d7c9443bbe67c1f3ab53618d719cff3228 /docs/type_system/index.md | |
| parent | dcf57ffd19ee65c46e9ee635ca6f8238b8f1f07f (diff) | |
mutiple next unions
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
