KC's Workspace
    Preparing search index...
    interface UpdatePayload {
        type: "update";
        updates: Update[];
    }
    Index

    Properties

    Properties

    type: "update"
    updates: Update[]