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