@dokieli/notifications - v1.1.0
    Preparing search index...

    Interface SendResult

    interface SendResult {
        location?: string;
        outcome: "created" | "accepted";
    }
    Index
    location?: string
    outcome: "created" | "accepted"