Saxonberg Server API
    Preparing search index...

    Outcome of a setRule mutation — the stored rule + whether it was new.

    interface SetResult {
        created: boolean;
        rule: NotifyRule;
    }
    Index

    Properties

    Properties

    created: boolean