Interface ContentSourceMapUnknownSource

When a field source is unknown

interface ContentSourceMapUnknownSource {
    type: "unknown";
}

Properties

Properties

type: "unknown"