Remove parameters initialization from the Attribute.Any.Relation reference

This commit is contained in:
Convly 2023-10-02 09:20:35 +02:00
parent 941b8fdad6
commit fdf3bba0c8

View File

@ -67,7 +67,7 @@ export type Any =
| Attribute.JSON | Attribute.JSON
| Attribute.Media<Attribute.MediaKind | undefined, boolean> | Attribute.Media<Attribute.MediaKind | undefined, boolean>
| Attribute.Password | Attribute.Password
| Attribute.Relation<Common.UID.Schema, Attribute.RelationKind.Any, Common.UID.Schema> | Attribute.Relation
| Attribute.RichText | Attribute.RichText
| Attribute.String | Attribute.String
| Attribute.Text | Attribute.Text