A list of models.

interface ModelCollection {
    data: Model[];
    object: "list";
}

Hierarchy

  • Collection<Model>
    • ModelCollection

Properties

Properties

data: Model[]

The array of items in the collection.

object: "list"

The object type, always "list".