From 155adbfa373034825b5c80e28d033c83b4b8558c Mon Sep 17 00:00:00 2001 From: Convly Date: Wed, 27 Sep 2023 14:52:44 +0200 Subject: [PATCH] Add Attribute.Blocks to Attribute.Any --- packages/core/types/src/types/core/attributes/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/types/src/types/core/attributes/common.ts b/packages/core/types/src/types/core/attributes/common.ts index 277bb8da3d..83a7c65d50 100644 --- a/packages/core/types/src/types/core/attributes/common.ts +++ b/packages/core/types/src/types/core/attributes/common.ts @@ -54,6 +54,7 @@ export type DefaultTo = { default: T }; export type Any = | Attribute.BigInteger | Attribute.Boolean + | Attribute.Blocks | Attribute.Component | Attribute.DateTime | Attribute.Date