diff options
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 |
