The list of collections that exist in the project.

CollectionList

interface CollectionList {
    collections?: CollectionModel[];
}

Properties

Properties

collections?: CollectionModel[]

List of collections in the project

CollectionList