Sanity Library Reference Docs
    Preparing search index...

    Interface I18nTitledListValue<V>

    interface I18nTitledListValue<V = unknown> {
        _key?: string;
        i18nTitleKey?: string;
        title: string;
        value?: V;
    }

    Type Parameters

    • V = unknown
    Index

    Properties

    _key?: string
    i18nTitleKey?: string
    title: string
    value?: V