Member Junction
    Preparing search index...

    Configuration for type coercion

    interface CoerceConfig {
        TargetType: "string" | "number" | "boolean" | "date";
    }
    Index

    Properties

    Properties

    TargetType: "string" | "number" | "boolean" | "date"

    Target type to coerce the value into