📆 Don't miss our Sanity Showcase virtual meetup on March 20th!
@public
interface

Reference

Import

import {type Reference} from 'sanity'

Signature

interface Reference {
  _key?: string
  _ref: string
  _strengthenOnPublish?: {
    type: string
    weak?: boolean
    template?: {
      id: string
      params: Record<string, string | number | boolean>
    }
  }
  _type: string
  _weak?: boolean
}

Properties

_key?: string
_key?: string
_ref: string
_ref: string
_strengthenOnPublish?: {
  type: string
  weak?: boolean
  template?: {
    id: string
    params: Record<string, string | number | boolean>
  }
}
_strengthenOnPublish?: {
  type: string
  weak?: boolean
  template?: {
    id: string
    params: Record<string, string | number | boolean>
  }
}
_type: string
_type: string
_weak?: boolean
_weak?: boolean
sanity@3.79.0