From c497e0bbbb573456d3c031c723fcf64962071290 Mon Sep 17 00:00:00 2001 From: BluJ Date: Fri, 15 Jul 2022 10:53:11 -0600 Subject: [PATCH] chore: Objects are too --- types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.ts b/types.ts index 17f690b..ca4c1cd 100644 --- a/types.ts +++ b/types.ts @@ -234,7 +234,7 @@ export type ValueSpecAny = > > | Tag<"list", ValueSpecList> - | Tag<"object", WithDescription>> + | Tag<"object", WithDescription>> | Tag<"union", WithDescription>> | Tag< "pointer",