Sanity Library Reference Docs
    Preparing search index...
    interface ChoiceOption {
        title: string;
        value: ChoiceValue;
    }
    Index

    Properties

    Properties

    title: string