Add Attribute.Blocks to Attribute.Any

This commit is contained in:
Convly 2023-09-27 14:52:44 +02:00
parent bfb8637195
commit 155adbfa37

View File

@ -54,6 +54,7 @@ export type DefaultTo<T> = { default: T };
export type Any =
| Attribute.BigInteger
| Attribute.Boolean
| Attribute.Blocks
| Attribute.Component<Common.UID.Component, boolean>
| Attribute.DateTime
| Attribute.Date