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.
Signature
Section titled “Signature”export type DocumentCollectionValue = DocumentValue[];