FormReference

The Form reference type used inside Field types for Statamic.

Type Definition

Form reference structure returned by Statamic for form relationship fields.

type 
FormReference
<
T
extends string = string> = {
handle
:
T
;
title
: string;
api_url
: string;
};