Skip to content
HomePagesHomePages template kit

DocumentCollectionValue

A document list slot's runtime value: an ordered array of `DocumentValue`, possibly empty.

A document list slot’s runtime value: an ordered array of DocumentValue, possibly empty.

Import from @homepages/template-kit.

export type DocumentCollectionValue = DocumentValue[];