Documentation - v0.27.1
    Preparing search index...

    Interface ActionBoostApply

    Boosts were applied to the group

    interface ActionBoostApply {
        count: number;
        type: "boost_apply";
    }
    Index

    Properties

    Properties

    count: number

    Number of boosts applied

    type: "boost_apply"