@public
interface
DocumentLocation
Represents a document location
Import
import {type DocumentLocation} from 'sanity/presentation'
Signature
interface DocumentLocation {
href: string
title: string
}
Properties
href: string
href: string
title: string
title: string