interface UpdatePayload {
    type: "update";
    updates: Update[];
}

Properties

Properties

type: "update"
updates: Update[]