From 55d6a62e2bfb4ae6ac32c786dd20ec3025147d57 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 6 May 2026 11:23:00 -0400 Subject: basic value types --- docs/type_system/index.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/type_system/index.md') diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 430792b..c0c2647 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -21,6 +21,8 @@ Denotes that a field that does not resolve to anything ## Value Templates * #### [Enum](./enum.md) +* #### [Int](./int.md) +* #### [Float](./float.md) ## Container Templates -- cgit v1.2.3