Sanity Library Reference Docs
    Preparing search index...

    Interface ContentSourceMapValueMapping

    ValueMapping is a mapping when for value that is from a single source value It may refer to a field within a document or a literal value

    interface ContentSourceMapValueMapping {
        source: ContentSourceMapSource;
        type: "value";
    }
    Index

    Properties

    Properties

    type: "value"