Asset reference structure returned by Statamic for asset fields.
type AssetReference = { alt: string | null; height: number; id: string; permalink: string | null; width: number; };
TitledValue
EntryReference
The Entry reference type used inside Field types for Statamic.
On this page
Contribute