Serialized representation of an ICollection used for persistence and transport. Stores the collection items as a plain array alongside a schema version field to support future format migrations.
ICollection
The element type of the serialized collection.
IMPORT_PATH: "@daiso-tech/core/collection/contracts"
"@daiso-tech/core/collection/contracts"
Serialized representation of an
ICollectionused for persistence and transport. Stores the collection items as a plain array alongside a schema version field to support future format migrations.