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";
}

Properties

Properties

type: "value"