AssetReference

The Asset reference type used inside Field types for Statamic.

Type Definition

Asset reference structure returned by Statamic for asset fields.

type 
AssetReference
= {
alt
: string | null;
height
: number;
id
: string;
permalink
: string | null;
width
: number;
};