TentoCMS
Type Aliases

Type Alias: CollectionItem<TContent>

Collection item from the public API
type CollectionItem<TContent> = object & TContent;

Collection item from the public API

Content fields are merged directly into the root object using underscore-prefixed system fields to avoid collisions.

Type Declaration

NameTypeDescription
_publishedAtstringPublication timestamp
_sortOrdernumberSort order position
_updatedAtstringLast update timestamp

Type Parameters

Type ParameterDefault typeDescription
TContentRecord<string, unknown>Type of the collection item content fields
Copyright © 2026