ImageCollectionValue
An image list slot's runtime value: an ordered array of `ImageValue`, possibly empty.
An image list slot’s runtime value: an ordered array of ImageValue, possibly empty.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type ImageCollectionValue = ImageValue[];