Interface CollectionInfo

interface CollectionInfo {
    CollectionName: string;
    CollectionURI: string;
}

Properties

CollectionName: string
CollectionURI: string