featherbit UI
    Preparing search index...

    Interface Change

    One field-level difference between two consecutive steps.

    interface Change {
        after?: string;
        before?: string;
        kind: "added" | "removed" | "modified";
        path: string;
    }
    Index
    after?: string
    before?: string
    kind: "added" | "removed" | "modified"
    path: string