The RpgLogs Scripting API
    Preparing search index...

    Type Alias BoostProps

    requires modules/boost, which we may not have?

    type BoostProps = {
        boostBlending?: string;
        boostThreshold?: number;
    }
    Index
    boostBlending?: string
    boostThreshold?: number