UserReference

The User reference type used inside Field types for Statamic.

Type Definition

User reference structure returned by Statamic for user relationship fields.

type 
UserReference
= {
id
: string;
name
: string;
email
: string;
api_url
: string;
};