TermReference

The Term reference type used inside Field types for Statamic.

Type Definition

Taxonomy term reference structure returned by Statamic for taxonomy term relationship fields.

type 
TermReference
= {
id
: string;
slug
: string;
url
: string;
permalink
: string;
};