A list of model providers.

interface ProviderCollection {
    data: Provider[];
    object: "list";
}

Hierarchy

Properties

Properties

data: Provider[]

The array of items in the collection.

object: "list"

The object type, always "list".