Site reference structure returned by Statamic for site relationship fields.
type SiteReference<T extends Record<string, any> = Record<string, any>> = {
handle: string;
name: string;
lang: string;
locale: string;
short_locale: string;
url: string;
permalink: string;
direction: "ltr" | "rtl";
attributes: T | [];
};