From 1b724c5d9e61f22625e22e4752547d4cfa7f8c93 Mon Sep 17 00:00:00 2001 From: Gabriel Anca Date: Tue, 22 Nov 2022 12:45:14 +0100 Subject: [PATCH] feat(render): add 'IEntry' type containing all possible of entries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a96d2a30..4e519479 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,4 @@ You can see that a few things are handled for you: - Validations on symbols and text fields are expanded to unions. - Non-required attributes automatically have `| null` appended to their type. - The output is formatted using **your** Prettier config. +