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

TitledListValue

Import

import {type TitledListValue} from 'sanity'

Signature

interface TitledListValue<V = unknown> {
  _key?: string
  title: string
  value?: V
}

Properties

_key?: string
_key?: string
title: string
title: string
value?: V
value?: V
sanity@3.79.0