Interface Updates

Contains a list of updates.

interface Updates {
    @type: "updates";
    updates: Update[];
}

Properties

Properties

@type: "updates"
updates: Update[]

List of updates.