Interface PreviewCollectionList

The list of collections that exist in the project.

CollectionList

interface PreviewCollectionList {
    collections?: PreviewCollectionModel[];
}

Properties

Properties

collections?: PreviewCollectionModel[]

List of collections in the project

CollectionList